Length   Conversion (Length to Double)

Creates a new Double value from a given Length object.

Definition

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
C#
public static implicit operator double (
	Length value
)

Parameters

value  Length
The Length object to convert.

Return Value

Double
A Double value equal to the value of the Length.

See Also