Method PutDouble
PutDouble(Double)
Writes the given
The
Declaration
public abstract ByteBuffer PutDouble(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value | the |
Returns
Type | Description |
---|---|
ByteBuffer | this buffer. |
Exceptions
Type | Condition |
---|---|
BufferOverflowException | if position is greater than |
ReadOnlyBufferException | if no changes may be made to the contents of this buffer. |
PutDouble(Int32, Double)
Writes the given
The
Declaration
public abstract ByteBuffer PutDouble(int index, double value)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | the index, must not be negative and equal or less than |
System.Double | value | the |
Returns
Type | Description |
---|---|
ByteBuffer |
Exceptions
Type | Condition |
---|---|
ReadOnlyBufferException | if no changes may be made to the contents of this buffer. |