Blob:getF32

Edit

Returns 32-bit floating point numbers from the data in the Blob.

... = Blob:getF32(offset, count)

Arguments

NameTypeDefaultDescription
offsetnumber0 A non-negative byte offset to read from.
countnumber1 The number of floats to read.

Returns

NameTypeDescription
...number count 32-bit floats.

See also