Click or drag to resize

LengthUnitConvertFrom Method

[Missing <summary> documentation for "M:Altaxo.Serialization.LengthUnit.ConvertFrom(System.Double,Altaxo.Serialization.LengthUnit)"]


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

Parameters

fromlength  Double

[Missing <param name="fromlength"/> documentation for "M:Altaxo.Serialization.LengthUnit.ConvertFrom(System.Double,Altaxo.Serialization.LengthUnit)"]

fromunit  LengthUnit

[Missing <param name="fromunit"/> documentation for "M:Altaxo.Serialization.LengthUnit.ConvertFrom(System.Double,Altaxo.Serialization.LengthUnit)"]

Return Value

Double

[Missing <returns> documentation for "M:Altaxo.Serialization.LengthUnit.ConvertFrom(System.Double,Altaxo.Serialization.LengthUnit)"]

See Also