Click or drag to resize
DirectionIsCardinalDirection Method (Object)
Checks if the specified value is a direction and a cardinal direction (i.e. N, E, S or W).

Namespace: Slash.Math.Utils
Assembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntax
public static bool IsCardinalDirection(
	Object value
)

Parameters

value
Type: SystemObject
Value to check.

Return Value

Type: Boolean
True if the specified value is a direction and a cardinal direction; otherwise, false.
See Also