VeriStand .NET API Reference

PolynomialScale.ReversePolynomialCoeff Property

Gets or sets the reverse coefficients of the PolynomialScale.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Property ReversePolynomialCoeff As Double()
C#
public double[] ReversePolynomialCoeff { get; set; }
Visual C++
public:
property array<double>^ ReversePolynomialCoeff {
	array<double>^ get ();
	void set (array<double>^ value);
}

Property Value

An array of the reverse coefficients in the form of a0, a1, a2,...an for the polynomial scale y = a0 + a1x + a2x2 + … + anxn, where x is the scaled data and y is the raw data.

See Also

Log in to get a better experience