Documentation
Dlang.org
ByteWriter.putFloat32Le
gstbase
byte_writer
ByteWriter
Writes a little endian 32 bit float to writer.
class
ByteWriter
bool
putFloat32Le
(
float
val
)
Parameters
val
float
Value to write
Return Value
Type:
bool
true if the value could be written
gstbase
byte_writer
ByteWriter
functions
ensureFreeSpace
fill
freeAndGetBuffer
freeAndGetData
getRemaining
initWithData
initWithSize
init_
putBuffer
putData
putFloat32Be
putFloat32Le
putFloat64Be
putFloat64Le
putInt16Be
putInt16Le
putInt24Be
putInt24Le
putInt32Be
putInt32Le
putInt64Be
putInt64Le
putInt8
putStringUtf16
putStringUtf32
putStringUtf8
putUint16Be
putUint16Le
putUint24Be
putUint24Le
putUint32Be
putUint32Le
putUint64Be
putUint64Le
putUint8
reset
resetAndGetBuffer
Writes a little endian 32 bit float to writer.