NI-DAQmx .NET Framework 4.5 API Reference

PolynomialScale Constructor

  • Updated2023-02-21
  • 1 minute(s) read
PolynomialScale Constructor

Overload List

  NameDescription
Public methodPolynomialScale(String, Double, Double)
Creates a new instance of the PolynomialScale class with the specified forward and reverse coefficients.
Public methodPolynomialScale(String, PolynomialDirection, Double, Double, Double)
Creates a new instance of the PolynomialScale class with the specified forward or reverse coefficients and automatically computes the other set of coefficients with the same order as the provided coefficients, using 1000 points in the specified range.
Public methodPolynomialScale(String, PolynomialDirection, Double, Double, Double, Int32, Int32)
Creates a new instance of the PolynomialScale class with the specified forward or reverse coefficients and automatically computes the other set of coefficients.
Top

See Also