Arrays

<< Click to Display Table of Contents >>

Navigation:  Examples >

Arrays

Previous pageReturn to chapter overviewNext page

float_array_composer_splitter_example

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.


float_array_composer_splitter_example2

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.

float_array_composer_splitter_example3

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.

float_array_composer_splitter_example4

From the array with length 20 we take the last value (1).