toTypedQuantity method

Quantity toTypedQuantity()

Attempts to construct a typed quantity from this miscellaneous quantity.

Implementation

Quantity toTypedQuantity() =>
    dimensions.toQuantity(valueSI, null, relativeUncertainty);