DimensionfulQuantityAsValueIn(SIPrefix, IUnit) Method |
Converts this quantity to its numerical value in the given unit, with the given prefix.
Namespace: Altaxo.UnitsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public double AsValueIn(
SIPrefix prefix,
IUnit unit
)
Parameters
- prefix SIPrefix
- The prefix of the unit in which to get the numerical value of this quantity.
- unit IUnit
- The unit in which to get the numerical value of this quantity.
Return Value
DoubleNumerical value of this quantity in the provided unit with the provided prefix.
See Also