put_float64_le
Description:
Writes a little endian 64 bit float to this.
Parameters:
this |
ByteWriter instance |
val |
Value to write |
Returns:
true if the value could be written |
Writes a little endian 64 bit float to this.
this |
ByteWriter instance |
val |
Value to write |
true if the value could be written |