Blob:getI32

Edit

Returns signed 32-bit integers from the data in the Blob.

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

Arguments

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

Returns

NameTypeDescription
...number count signed 32-bit integers, from -2147483648 to 2147483647.

See also