Blob:getF32
EditReturns 32-bit floating point numbers from the data in the Blob.
... = Blob:getF32(offset, count)
Arguments
Name | Type | Default | Description |
offset | number | 0 | A non-negative byte offset to read from. |
count | number | 1 | The number of floats to read. |
Returns
Name | Type | Description |
... | number |
count 32-bit floats.
|