Converts x to the corresponding SI unit.
Namespace: Altaxo.UnitsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax double ToSIUnit(
double x
)
Parameters
- x Double
- Value to convert.
Return Value
DoubleThe corresponding value of
x in SI units.
See Also