Direction   Conversion (Direction to Int32)

Returns a new Int32 value from a given Direction object.

Definition

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

Parameters

value  Direction
The Direction object to convert.

Return Value

Int32
A Double value equal to the Direction.

See Also