Puts an eight-byte number into the buffer at the specified index
Namespace:
Kaazing.HTML5Assembly: Kaazing.Gateway (in Kaazing.Gateway.dll)
Syntax
Visual Basic |
---|
Public Function PutLongAt ( _ position As Integer, _ v As Long _ ) As ByteBuffer |
C# |
---|
public ByteBuffer PutLongAt( int position, long v ) |
Visual C++ |
---|
public: ByteBuffer^ PutLongAt( int position, long long v ) |