Converts x (in SI units) to the corresponding value in this unit.
Namespace: Altaxo.UnitsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public double FromSIUnit(
double x
)
Parameters
- x Double
- Value in SI units.
Return Value
DoubleThe corresponding value in this unit. Since this instance represents a SI unit, the value
x is returned unchanged.
Implements
IUnitFromSIUnit(Double)See Also