Click or drag to resize

LengthUnitConvertFrom Method

Converts a length value from the specified source unit into this unit.

Namespace: Altaxo.Serialization
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public double ConvertFrom(
	double fromlength,
	LengthUnit fromunit
)

Parameters

fromlength  Double
The length value to convert.
fromunit  LengthUnit
The source unit.

Return Value

Double
The converted length value.
See Also