Enumerated type defining whether a latitude is North or South of the equator

Namespace:  DotNetCoords
Assembly:  DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.1 (1.0.0.1)

Syntax

C#
public enum NorthSouth
Visual Basic (Declaration)
Public Enumeration NorthSouth
Visual C++
public enum class NorthSouth

Members

Member nameDescription
North
Latitude is north of the equator.
South
Latitude is south of the equator.

See Also