40 return Q.ToPhysicalQuantity();
42 throw new ArgumentException(
"Not a PersistableQuantity.", nameof(Value));
55 return Q.ToPhysicalQuantity();
57 throw new ArgumentException(
"Not a PersistableQuantity.", nameof(Value));
Persistable quantity object.
Converts a PersistableQuantity to a PhysicalQuantity.
PersistableQuantityToPhysicalQuantity()
Converts a PersistableQuantity to a PhysicalQuantity.
IElement ConvertToElement(object Value)
Converts the object in Value to an object of type To, encapsulated in an IElement.
object Convert(object Value)
Converts the object in Value to an object of type To.
Type To
Converter converts objects to this type.
Type From
Converter converts objects of this type.
Basic interface for all types of elements.
Converts an object of one type to an object of another type.