Blob:getF64

Edit

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

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

Arguments

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

Returns

NameTypeDescription
...number count 64-bit doubles.

See also