Longitude   Conversion (Double to Longitude)

Creates a new Longitude 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 Longitude (
	double value
)

Parameters

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

Return Value

Longitude
A new Longitude with the same value.

See Also