<< Click to Display Table of Contents >> Arrays |
![]() ![]() ![]() |
The Float array composer creates the array
0.1 |
0.6 |
Not connected inputs are ignored in the final array.
The Float array splitter maps the array to its outputs.
The Float array composer composes single values as well as arrays.By connecting the first array to both inputs of the second Float array composer we get
0.1 |
0.6 |
0.1 |
0.6 |
The Float array decomposer takes a sub-array out of the input array.
From the input array
0.1 |
0.6 |
0.1 |
0.6 |
we extract a new array of length 2 starting at index 2.
The Float array index access is used to take out values from very large arrays.
From the array with length 20 we take the last value (1).