Direction   Conversion (Double to Direction)

Creates a new Direction object from a Double value.

Definition

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

Parameters

value  Double
The value to use to create a new Direction.

Return Value

Direction
A new Direction with the same value.

See Also