NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

PolynomialDirection Enumeration

PolynomialDirection Enumeration

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 nameValueDescription
Forward0The provided coefficients are the coefficients of the forward polynomial.
Reverse1The provided coefficients are the coefficients of the reverse polynomial.

See Also

In This Section
Was this information helpful?