Click or drag to resize
DirectionCardinalDirections Method
Returns an enumeration of cardinal directions (N-E-S-W).

Namespace: Slash.Math.Utils
Assembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntax
public static IEnumerable<DirectionType> CardinalDirections()

Return Value

Type: IEnumerableDirectionType
Enumeration of cardinal directions.
See Also