Length Conversion (Double to Length)
Namespace: InnerDrive.QuantitativeAssembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
public static implicit operator Length (
double value
)
- value Double
- The value to use to create a new Length object.
LengthA new
Length with the same value.
When created using the implicit operator, the
Length instance
will use the
Meter as its default
Unit.