Longitude(Double) Constructor

Creates a new instance of Longitude.

Definition

Namespace: InnerDrive.Geography
Assembly: InnerDrive.Geography (in InnerDrive.Geography.dll) Version: 5.2.9017.0
C#
[JsonConstructorAttribute]
public Longitude(
	double value
)

Parameters

value  Double
The value of this coordinate, from 180 to -180.

Exceptions

ArgumentOutOfRangeExceptionvalue is greater than 180 or less than -180.

See Also