<< Click to Display Table of Contents >> Float array index access |
![]() ![]() ![]() |
The index access module allows access to the single values of a float array.
Inputs |
Type |
Default |
Description |
Array |
float array |
empty array |
Array to be accessed. |
Index |
int |
1 |
Index of the value to be accessed. |
Outputs |
|||
Value |
float |
0 |
Value at position Index. |