DimensionfulQuantityAsQuantityIn(IPrefixedUnit) Method |
Converts this quantity to another quantity in the provided prefixed unit.
Namespace: Altaxo.UnitsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public DimensionfulQuantity AsQuantityIn(
IPrefixedUnit prefixedUnit
)
Parameters
- prefixedUnit IPrefixedUnit
- The prefixed unit to convert the quantity to.
Return Value
DimensionfulQuantityNew instance of a quantity in the provided prefixed unit.
See Also