Click or drag to resize

IUnitToSIUnit Method

Converts x to the corresponding SI unit.

Namespace: Altaxo.Units
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
double ToSIUnit(
	double x
)

Parameters

x  Double
Value to convert.

Return Value

Double
The corresponding value of x in SI units.
See Also