Value Operators and Type Conversions
The Value type exposes the following members.
Operators
|
Name |
Description |
---|---|---|
|
Determines whether the specified Value is equal to the current Value. | |
|
Converts an Access to the appropriate instance of the Value class. | |
|
Converts an Alarm to the appropriate instance of the Value class. | |
|
Converts an instance of the Binary class to the appropriate instance of the Value class. | |
|
Converts a Boolean value to the appropriate instance of the Value class. | |
|
Converts an Byte to the appropriate instance of the Value class. | |
|
Converts a Char to the appropriate instance of the Value class. | |
|
Converts a Double-precision floating-point number to the appropriate instance of the Value class. | |
|
Converts an Event to the appropriate instance of the Value class. | |
|
Converts an Int16 to the appropriate instance of the Value class. | |
|
Converts an Int32 to the appropriate instance of the Value class. | |
|
Converts a Int64 to the appropriate instance of the Value class. | |
|
Converts an Message to the appropriate instance of the Value class. | |
|
Converts an SByte to the appropriate instance of the Value class. | |
|
Converts a Severity to the appropriate instance of the Value class. | |
|
Converts a Single-precision floating-point number to the appropriate instance of the Value class. | |
|
Converts a String to the appropriate instance of the Value class. | |
|
Converts an instance of the Timespan class to the appropriate instance of the Value class. | |
|
Converts an instance of the Timestamp class to the appropriate instance of the Value class. | |
|
Converts an UInt16 to the appropriate instance of the Value class. | |
|
Converts an UInt32 to the appropriate instance of the Value class. | |
|
Converts a UInt64 to the appropriate instance of the Value class. | |
|
Converts an instance of the Value class to the appropriate Boolean value. | |
|
Converts an instance of the Value class to the appropriate Byte. | |
|
Converts an instance of the Value class to the appropriate Char. | |
|
Converts an instance of the Value class to the appropriate Double-precision floating-point number. | |
|
Converts an instance of the Value class to the appropriate Int16. | |
|
Converts an instance of the Value class to the appropriate Int32. | |
|
Converts an instance of the Value class to the appropriate Int64. | |
|
Converts an instance of the Value class to the appropriate SByte. | |
|
Converts an instance of the Value class to the appropriate Single-precision floating-point number. | |
|
Converts an instance of the Value class to the appropriate String. | |
|
Converts an instance of the Value class to the appropriate UInt16. | |
|
Converts an instance of the Value class to the appropriate UInt32. | |
|
Converts an instance of the Value class to the appropriate UInt64. | |
|
Converts an instance of the Value class to the appropriate Access. | |
|
Converts an instance of the Value class to the appropriate Alarm. | |
|
Converts an instance of the Value class to the appropriate instance of the Binary class. | |
|
Converts an instance of the Value class to the appropriate Event. | |
|
Converts an instance of the Value class to the appropriate Message. | |
|
Converts an instance of the Value class to the appropriate Severity. | |
|
Converts an instance of the Value class to the appropriate instance of the Timespan class. | |
|
Converts an instance of the Value class to the appropriate instance of the Timestamp class. | |
|
Converts an instance of the Value class to the appropriate ValueType. | |
|
Converts an ValueType to the appropriate instance of the Value class. | |
|
Determines whether the specified Value is not equal to the current Value. |