Direction   Conversion (Int32 to Direction)

Creates a new Direction object from a Int32 value.

Definition

Namespace: InnerDrive.Geography
Assembly: InnerDrive.Geography (in InnerDrive.Geography.dll) Version: 5.2.9017.0
C#
public static explicit operator Direction (
	int value
)

Parameters

value  Int32
The value to use to create a new Direction.

Return Value

Direction
A new Direction with the same value.

See Also