Inner Drive Extensible Architecture
C#
Show/Hide TOC
Latitude(Double) Constructor
Creates a new instance of
Latitude
.
Definition
Namespace:
InnerDrive.Geography
Assembly:
InnerDrive.Geography (in InnerDrive.Geography.dll) Version: 5.2.9017.0
C#
Copy
[
JsonConstructorAttribute
]
public
Latitude
(
double
value
)
Parameters
value
Double
The value of this coordinate, from 90 to -90.
Exceptions
ArgumentOutOfRangeException
value
is greater than 90 or less than -90.
See Also
Reference
Latitude Structure
Latitude Overload
InnerDrive.Geography Namespace
In This Article
Definition
Exceptions
See Also