Returns an eight-byte number from the buffer at the specified index

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

Syntax

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

Parameters

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

Return Value

The eight-byte number

See Also