Inner Drive Extensible Architecture
C#
Show/Hide TOC
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#
Copy
[
JsonConstructorAttribute
]
public
Longitude
(
double
value
)
Parameters
value
Double
The value of this coordinate, from 180 to -180.
Exceptions
ArgumentOutOfRangeException
value
is greater than 180 or less than -180.
See Also
Reference
Longitude Structure
Longitude Overload
InnerDrive.Geography Namespace
In This Article
Definition
Exceptions
See Also