Speed   Conversion (Double to Speed)

Creates a new Speed object from a Double value.

Definition

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

Parameters

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

Return Value

Speed
A new Speed with the same value.

Remarks

When created using the implicit operator, the Speed instance will use the DistanceOverTime as its default Unit.

See Also