40 return Field.Quantity;
42 throw new ArgumentException(
"Not a QuantityField.", nameof(Value));
55 return Field.Quantity;
57 throw new ArgumentException(
"Not a QuantityField.", nameof(Value));
Base class for all sensor data fields.
Represents a physical quantity value.
Converts a QuantityField to a PhysicalQuantity.
Type From
Converter converts objects of this type.
Type To
Converter converts objects to this type.
QuantityFieldToPhysicalQuantity()
Converts a QuantityField to a PhysicalQuantity.
object Convert(object Value)
Converts the object in Value to an object of type To.
IElement ConvertToElement(object Value)
Converts the object in Value to an object of type To, encapsulated in an IElement.
Basic interface for all types of elements.
Converts an object of one type to an object of another type.