U32Value Class
- Mise à jour2023-02-21
- Temps de lecture : 2 minute(s)
Represents a 32-bit unsigned integer.
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 U32Value _ Inherits ScalarDataValue |
| C# |
|---|
[SerializableAttribute] public class U32Value : ScalarDataValue |
| Visual C++ |
|---|
[SerializableAttribute] public ref class U32Value : public ScalarDataValue |
Inheritance Hierarchy
System.Object
NationalInstruments.VeriStand.Data.DataResource
NationalInstruments.VeriStand.Data.DataValue
NationalInstruments.VeriStand.Data.ScalarDataValue
NationalInstruments.VeriStand.Data.U32Value
NationalInstruments.VeriStand.Data.DataResource
NationalInstruments.VeriStand.Data.DataValue
NationalInstruments.VeriStand.Data.ScalarDataValue
NationalInstruments.VeriStand.Data.U32Value
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.