toTypedQuantity method
Attempts to construct a typed quantity from this miscellaneous quantity.
Implementation
Quantity toTypedQuantity() =>
dimensions.toQuantity(valueSI, null, relativeUncertainty);
Attempts to construct a typed quantity from this miscellaneous quantity.
Quantity toTypedQuantity() =>
dimensions.toQuantity(valueSI, null, relativeUncertainty);