Float array decomposer

<< Click to Display Table of Contents >>

Navigation:  Function block library > Mathematics > Arrays >

Float array decomposer

Previous pageReturn to chapter overviewNext page

float_array_decomposer

 

The Float array decomposer extracts a sub array from a float array.

 

Inputs

Type

Default

Description

Array

float array

empty array

The array decompose.

Start index

int

1

The value at position Start index of the array will be the first value of the resulting array.

Length

int

1

The resulting array consists of Length values beginning at the value at position Start index of the input array.





Outputs




Sub array

float array

empty array

( Array[ Start index ], ..., Array[ Start index + Length - 1 ] )