PolynomialDirection Enumeration
- Updated2023-02-21
- 1 minute(s) read
PolynomialDirection Enumeration
Specifies the direction of the conversion the provided polynomial coefficients perform.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302
Syntax
public enum PolynomialDirection
Public Enumeration PolynomialDirection
Members
Member name | Value | Description | |
---|---|---|---|
Forward | 0 | The provided coefficients are the coefficients of the forward polynomial. | |
Reverse | 1 | The provided coefficients are the coefficients of the reverse polynomial. |