VeriStand .NET API Reference

PolynomialScale.PolynomialCoeff Property

Gets or sets the forward 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 PolynomialCoeff As Double()
C#
public double[] PolynomialCoeff { get; set; }
Visual C++
public:
property array<double>^ PolynomialCoeff {
	array<double>^ get ();
	void set (array<double>^ value);
}

Property Value

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

See Also

Log in to get a better experience