Returns a four-byte number from the buffer at the specified index

Namespace:  Kaazing.HTML5
Assembly:  Kaazing.Gateway (in Kaazing.Gateway.dll)

Syntax

Visual Basic
Public Function GetIntAt ( _
	i As Integer _
) As Integer
C#
public int GetIntAt(
	int i
)
Visual C++
public:
int GetIntAt(
	int i
)

Parameters

i
Type: System..::..Int32
The index

Return Value

The four-byte number

See Also