Skip to main content

Enum Azimuth16PointCardinalNames

Cardinal compass directions

Assembly: Meadow.Units.dll
View Source
Declaration
public enum Azimuth16PointCardinalNames

Fields

N

North

View Source
Declaration
N = 0

NNE

North by northeast

View Source
Declaration
NNE = 1

NE

Northeast

View Source
Declaration
NE = 2

ENE

East by northeast

View Source
Declaration
ENE = 3

E

East

View Source
Declaration
E = 4

ESE

East by southeast

View Source
Declaration
ESE = 5

SE

Southeast

View Source
Declaration
SE = 6

SSE

South by southeast

View Source
Declaration
SSE = 7

S

South

View Source
Declaration
S = 8

SSW

South by southwest

View Source
Declaration
SSW = 9

SW

Southwest

View Source
Declaration
SW = 10

WSW

West by southwest

View Source
Declaration
WSW = 11

W

West

View Source
Declaration
W = 12

WNW

West by northwest

View Source
Declaration
WNW = 13

NW

Northwest

View Source
Declaration
NW = 14

NNW

North by northwest

View Source
Declaration
NNW = 15