doogal.co.uk Home
Enumerated type defining whether a longitude is east or west of the prime meridian
Namespace:
DotNetCoords
Assembly:
DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.22 (1.0.0.22)
Syntax Public Enumeration EastWest
public enum class EastWest
Members
| Member name | Value | Description |
---|
| East | 1 |
Longitude is east of the prime meridian
|
| West | -1 |
Longitude is west of the prime meridian
|
See Also