Latitude   Conversion (Latitude to Double)

Creates a new Double value from a given Latitude object.

Definition

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

Parameters

value  Latitude
The Latitude object to convert.

Return Value

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

See Also