 | 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.UtilsAssembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntaxpublic static bool IsCardinalDirection(
Object value
)
Public Shared Function IsCardinalDirection (
value As Object
) As Boolean
public:
static bool IsCardinalDirection(
Object^ value
)
static member IsCardinalDirection :
value : Object -> bool
Parameters
- value
- Type: SystemObject
Value to check.
Return Value
Type:
BooleanTrue if the specified value is a direction and a cardinal direction; otherwise, false.
See Also