I64ValueArray Constructor (IEnumerable)
- Updated2023-02-21
- 2 minute(s) read
Initializes a new instance of I64ValueArray with the specified list of Int64 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) |
|---|
Public Sub New ( _ Value As IEnumerable(Of Long) _ ) |
| C# |
|---|
public I64ValueArray( IEnumerable<long> Value ) |
| Visual C++ |
|---|
public: I64ValueArray( IEnumerable<long long>^ Value ) |
Parameters
- Value
- Type: System.Collections.Generic.IEnumerableInt64
A list of 64-bit signed integers.