Click or drag to resize

IUnitFromSIUnit Method

Converts x (in SI units) to the corresponding value in this unit.

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

Parameters

x  Double
Value in SI units.

Return Value

Double
The corresponding value in this unit.
See Also