BfWriteFloat Function

Writes a floating point number to a writable bitbuffer (bf_write).

void BfWriteFloat(Handle bf, float num)

Parameters

Handle bf

bf_write handle to write to.

float num

Number to write.

Errors

Invalid or incorrect Handle.