ScalarDataValue Class
- Updated2023-02-21
- 2 minute(s) read
Represents a scalar 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 MustInherit Class ScalarDataValue _ Inherits DataValue _ Implements IComparable, IComparable(Of ScalarDataValue) |
| C# |
|---|
[SerializableAttribute] public abstract class ScalarDataValue : DataValue, IComparable, IComparable<ScalarDataValue> |
| Visual C++ |
|---|
[SerializableAttribute] public ref class ScalarDataValue abstract : public DataValue, IComparable, IComparable<ScalarDataValue^> |
Remarks
This class is a base class for all primitive data types available in real-time sequences.
Inheritance Hierarchy
System.Object
NationalInstruments.VeriStand.Data.DataResource
NationalInstruments.VeriStand.Data.DataValue
NationalInstruments.VeriStand.Data.ScalarDataValue
NationalInstruments.VeriStand.Data.BooleanValue
NationalInstruments.VeriStand.Data.DoubleValue
NationalInstruments.VeriStand.Data.I32Value
NationalInstruments.VeriStand.Data.I64Value
NationalInstruments.VeriStand.Data.U32Value
NationalInstruments.VeriStand.Data.U64Value
NationalInstruments.VeriStand.Data.VoidValue
NationalInstruments.VeriStand.Data.DataResource
NationalInstruments.VeriStand.Data.DataValue
NationalInstruments.VeriStand.Data.ScalarDataValue
NationalInstruments.VeriStand.Data.BooleanValue
NationalInstruments.VeriStand.Data.DoubleValue
NationalInstruments.VeriStand.Data.I32Value
NationalInstruments.VeriStand.Data.I64Value
NationalInstruments.VeriStand.Data.U32Value
NationalInstruments.VeriStand.Data.U64Value
NationalInstruments.VeriStand.Data.VoidValue
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.