Puts a three-byte number into the buffer at the specified index

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

Syntax

Visual Basic
Public Function PutMediumIntAt ( _
	position As Integer, _
	v As Integer _
) As ByteBuffer
C#
public ByteBuffer PutMediumIntAt(
	int position,
	int v
)
Visual C++
public:
ByteBuffer^ PutMediumIntAt(
	int position, 
	int v
)

Parameters

position
Type: System..::..Int32
The index
v
Type: System..::..Int32
The three-byte number

Return Value

The buffer

See Also