LengthUnitConvertFrom Method |
Converts a length value from the specified source unit into this unit.
Namespace: Altaxo.SerializationAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic double ConvertFrom(
double fromlength,
LengthUnit fromunit
)
Parameters
- fromlength Double
- The length value to convert.
- fromunit LengthUnit
- The source unit.
Return Value
DoubleThe converted length value.
See Also