Namespace:  EGIS.Mapbox.Vector.Tile
Assembly:  EGIS.Mapbox.Vector.Tile (in EGIS.Mapbox.Vector.Tile.dll)

Syntax

Visual Basic
Public Shared Function Decode ( _
	n As Integer _
) As Integer
C#
public static int Decode(
	int n
)
Visual C++
public:
static int Decode(
	int n
)
JavaScript
EGIS.Mapbox.Vector.Tile.ZigZag.decode = function(n);

Parameters

n
Type: System..::..Int32

See Also