VeriStand .NET API Reference

Average.NumberOfPoints Property

Gets or sets the number of points of data to include in the average.

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 Overridable Property NumberOfPoints As UInteger
C#
public virtual uint NumberOfPoints { get; set; }
Visual C++
public:
virtual property unsigned int NumberOfPoints {
	unsigned int get ();
	void set (unsigned int value);
}

Property Value

The number of points to include in the average.

See Also

Log in to get a better experience