DataType Enumeration
- Updated2023-02-21
- 2 minute(s) read
Specifies the data type.
Namespace:
NationalInstruments.VeriStand.DataAssembly: NationalInstruments.VeriStand.DataTypes (in NationalInstruments.VeriStand.DataTypes.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration) |
---|
<SerializableAttribute> _ Public Enumeration DataType |
C# |
---|
[SerializableAttribute] public enum DataType |
Visual C++ |
---|
[SerializableAttribute] public enum class DataType |
Members
Member name | Description |
---|---|
Array | An array. |
Boolean | A Boolean. |
Double | A double-precision floating point number. |
Int32 | A 32-bit signed integer. |
Int64 | A 64-bit signed integer. |
UInt32 | A 32-bit unsigned integer. |
UInt64 | A 64-bit unsigned integer. |
Void | A void or empty data type. |