Latitude   Conversion (Double to Latitude)

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

Parameters

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

Return Value

Latitude
A new Latitude with the same value.

See Also