Click or drag to resize

DataValue Methods

The DataValue type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCreateT(T) Constructs a TimestampedValue.
Public methodStatic memberCreateT(T, CommonTime) Constructs a TimestampedValue.
Public methodEquals(DataValue) Determines whether the specified value equals the current value (ignoring time).
Public methodEquals(Object) Determines whether the specified value equals the current value (ignoring time).
(Overrides ValueTypeEquals(Object))
Public methodGetHashCode Returns a hash code for the current value (excluding time).
(Overrides ValueTypeGetHashCode)
Public methodGetTime Returns the time of the event that produced the value.
Public methodGetValue Returns the actual .Net value.
Public methodGetValueStruct Returns the actual .Net value.
Public methodSetTime Returns a new DeltaValue with the specified time set.
Public methodToString Value as a string.
(Overrides ValueTypeToString)
Public methodValueAsT Returns the actual .Net value.
Top
See Also