slots Into Array
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
source Field
The integer field of the receiver from which to read longs.
start Source Subscript
The positive one-based subscript in the target field at which to start reading.
target Array
The long[] array into which to write longs.
zero Based Start Target Subscript
The zero-based subscript in the sourceArray at which to start writing.
count
How many longs to transfer.