I32ValueArray Constructor (IEnumerable)
- Updated2023-02-21
- 2 minute(s) read
Initializes a new instance of I32ValueArray with the specified list of Int32 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 Integer) _ ) |
C# |
---|
public I32ValueArray( IEnumerable<int> Value ) |
Visual C++ |
---|
public: I32ValueArray( IEnumerable<int>^ Value ) |
Parameters
- Value
- Type: System.Collections.Generic.IEnumerableInt32
A list of 32-bit signed integers.