Longitude   Conversion (Longitude to Double)

Creates a new Double value from a given Longitude object.

Definition

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

Parameters

value  Longitude
The Longitude object to convert.

Return Value

Double
A Double value equal to the value of the Longitude.

See Also