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