BooleanValueArray Constructor (Boolean[])
- Updated2023-02-21
- 2 minute(s) read
Initializes a new instance of BooleanValueArray with the specified array of Boolean 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 Boolean() _ ) |
| C# |
|---|
public BooleanValueArray( bool[] Value ) |
| Visual C++ |
|---|
public: BooleanValueArray( array<bool>^ Value ) |
Parameters
- Value
- Type:
System.Boolean
An array of Boolean values.