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