Blob:setF32

Edit

Writes 32-bit floating point numbers to the Blob.



Arguments

NameTypeDescription
offsetnumber A non-negative byte offset to start writing at.
...number Numbers to write to the blob as 32-bit floats (each taking up 4 bytes).

Returns

Nothing

Arguments

NameTypeDescription
offsetnumber A non-negative byte offset to start writing at.
table{number} A table of numbers to write to the blob as 32-bit floats (each taking up 4 bytes).

Returns

Nothing

See also