Click or drag to resize

Length   Conversion (Double to Length)

Creates a new Length object from a Double value.

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

Parameters

value  Double
The value to use to create a new Length object.

Return Value

Length
A new Length with the same value.
Remarks
When created using the implicit operator, the Length instance will use the Meter as its default Unit.
See Also