29 public Type
To => typeof(Double);
40 return (
double)
Field.Value;
42 throw new ArgumentException(
"Not a Int64Field.", nameof(Value));
57 throw new ArgumentException(
"Not a Int64Field.", nameof(Value));
Base class for all sensor data fields.
Represents a 64-bit integer value.
Converts a Int64Field to a Double.
Int64FieldToDouble()
Converts a Int64Field to a Double.
Type To
Converter converts objects to this type.
IElement ConvertToElement(object Value)
Converts the object in Value to an object of type To, encapsulated in an IElement.
Type From
Converter converts objects of this type.
object Convert(object Value)
Converts the object in Value to an object of type To.
Basic interface for all types of elements.
Converts an object of one type to an object of another type.