DataValueArray Generic Class
- Updated2023-02-21
- 2 minute(s) read
Represents an array of data 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) |
---|
<SerializableAttribute> _ Public Class DataValueArray(Of T As {New, ScalarDataValue}) _ Inherits DataValueArray |
C# |
---|
[SerializableAttribute] public class DataValueArray<T> : DataValueArray where T : new(), ScalarDataValue |
Visual C++ |
---|
[SerializableAttribute] generic<typename T> where T : gcnew(), ScalarDataValue public ref class DataValueArray : public DataValueArray |
Type Parameters
- T
- The data type of the array. The following data types are supported: BooleanValueArray, DoubleValueArray, I32ValueArray, I64ValueArray, U32ValueArray, and U64ValueArray.
Inheritance Hierarchy
System.Object
NationalInstruments.VeriStand.Data.DataResource
NationalInstruments.VeriStand.Data.DataValue
NationalInstruments.VeriStand.Data.DataValueArray
NationalInstruments.VeriStand.Data.DataValueArray(T)
NationalInstruments.VeriStand.Data.BooleanValueArray
NationalInstruments.VeriStand.Data.DoubleValueArray
NationalInstruments.VeriStand.Data.I32ValueArray
NationalInstruments.VeriStand.Data.I64ValueArray
NationalInstruments.VeriStand.Data.U32ValueArray
NationalInstruments.VeriStand.Data.U64ValueArray
NationalInstruments.VeriStand.Data.DataResource
NationalInstruments.VeriStand.Data.DataValue
NationalInstruments.VeriStand.Data.DataValueArray
NationalInstruments.VeriStand.Data.DataValueArray(T)
NationalInstruments.VeriStand.Data.BooleanValueArray
NationalInstruments.VeriStand.Data.DoubleValueArray
NationalInstruments.VeriStand.Data.I32ValueArray
NationalInstruments.VeriStand.Data.I64ValueArray
NationalInstruments.VeriStand.Data.U32ValueArray
NationalInstruments.VeriStand.Data.U64ValueArray
Thread Safety
Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.