I64ValueArray Constructor (I64Value[])
- Updated2023-02-21
- 2 minute(s) read
Initializes a new instance of I64ValueArray with the specified array of I64Value 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 I64Value() _ ) |
C# |
---|
public I64ValueArray( I64Value[] Value ) |
Visual C++ |
---|
public: I64ValueArray( array<I64Value^>^ Value ) |
Parameters
- Value
- Type:
NationalInstruments.VeriStand.Data.I64Value
An array of I64Value objects.