slotsIntoArray

fun slotsIntoArray(sourceField: IntegerSlotsEnum, startSourceSubscript: Int, targetArray: LongArray, zeroBasedStartTargetSubscript: Int, count: Int)

Read consecutive long slots from the receiver, writing them into slots of a long array.

Parameters

sourceField

The integer field of the receiver from which to read longs.

startSourceSubscript

The positive one-based subscript in the target field at which to start reading.

targetArray

The long[] array into which to write longs.

zeroBasedStartTargetSubscript

The zero-based subscript in the sourceArray at which to start writing.

count

How many longs to transfer.