Click or drag to resize

ChangeableRelativeUnitToSIUnit 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#
public double ToSIUnit(
	double x
)

Parameters

x  Double
Value to convert.

Return Value

Double
The corresponding value of x in SI units.

Implements

IUnitToSIUnit(Double)
See Also