Click or drag to resize

SIUnitFromSIUnit 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#
public double FromSIUnit(
	double x
)

Parameters

x  Double
Value in SI units.

Return Value

Double
The corresponding value in this unit. Since this instance represents a SI unit, the value x is returned unchanged.

Implements

IUnitFromSIUnit(Double)
See Also