VeriStand .NET API Reference

ImportedDoubleValueArray.GetValues Method

Returns an array that contains a value for each element of ImportedDoubleValueArray.

Namespace: NationalInstruments.VeriStand.Data
Assembly: NationalInstruments.VeriStand.DataTypes (in NationalInstruments.VeriStand.DataTypes.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Overrides Function GetValues As ScalarDataValue()
C#
public override ScalarDataValue[] GetValues()
Visual C++
public:
virtual array<ScalarDataValue^>^ GetValues() override

Return Value

An array that contains all the values of ImportedDoubleValueArray.

See Also