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

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

Syntax

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

Parameters

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

Return Value

The two-byte number

See Also