U32ValueArray Class
- Updated2023-02-21
- 2 minute(s) read
Represents an array of 32-bit unsigned integers.
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 Class U32ValueArray _ Inherits DataValueArray(Of U32Value) |
C# |
---|
public class U32ValueArray : DataValueArray<U32Value> |
Visual C++ |
---|
public ref class U32ValueArray : public DataValueArray<U32Value^> |
Inheritance Hierarchy
System.Object
NationalInstruments.VeriStand.Data.DataResource
NationalInstruments.VeriStand.Data.DataValue
NationalInstruments.VeriStand.Data.DataValueArray
NationalInstruments.VeriStand.Data.DataValueArrayU32Value
NationalInstruments.VeriStand.Data.U32ValueArray
NationalInstruments.VeriStand.Data.DataResource
NationalInstruments.VeriStand.Data.DataValue
NationalInstruments.VeriStand.Data.DataValueArray
NationalInstruments.VeriStand.Data.DataValueArrayU32Value
NationalInstruments.VeriStand.Data.U32ValueArray
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.