1x8-array-segment

s2sluder/arrays/1x8-array-segment

A 1x8 array. Can be linked to other array segments of any size to create a larger array.
1x8-array-segment
@/1x8-array-segment
A 1x8 array. Can be linked to other array segments of any size to create a larger array.
inumber
Index number to assign current incoming arr[i] value.
arr[i]number
Incoming data to be stored in the array.
recallnumber
Index number for which to return the corresponding datum.
carryinnumber
Used for linking multiple array segments to create a larger array.
1x8-array-segment
i
arr[i]
recall
carryin
return
carry
carrynumber
Used for linking multiple array segments to create a larger array.
returnnumber
Returns the value that corresponds to the recall index number. If multiple array segments are linked, adding the return values of all linked arrays will yield the return value.
To use the node in your project you should have the s2sluder/arrays library installed. Use the “File → Add Library” menu item in XOD IDE if you don’t have it yet. See Using libraries for more info.