Converts x to the corresponding SI unit.
Namespace: Altaxo.UnitsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public double ToSIUnit(
double x
)
Parameters
- x Double
- Value to convert.
Return Value
DoubleThe corresponding value of
x in SI units. Since this instance represents a SI unit, the value
x is returned unchanged.
Implements
IUnitToSIUnit(Double)See Also