DoubleValueArray Constructor (DoubleValue[])
- Updated2023-02-21
- 2 minute(s) read
Initializes a new instance of DoubleValueArray with the specified array of DoubleValue objects.
Namespace:
NationalInstruments.VeriStand.DataAssembly: NationalInstruments.VeriStand.DataTypes (in NationalInstruments.VeriStand.DataTypes.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration) |
---|
Public Sub New ( _ Value As DoubleValue() _ ) |
C# |
---|
public DoubleValueArray( DoubleValue[] Value ) |
Visual C++ |
---|
public: DoubleValueArray( array<DoubleValue^>^ Value ) |
Parameters
- Value
- Type:
NationalInstruments.VeriStand.Data.DoubleValue
An array of DoubleValue objects.