Index list float
Description
This operation extracts specific elements from a list of float values.
Data types
These are the input/output expected data types for this operation:
Input data
- The input lists of float values.
Output data
- The specific elements you want to extract.
Parameters
These are the parameters you need to configure to use this operation (mandatory parameters are marked with a *):
Example
Suppose you want to extract a specific value from your input list of float values:
In your Pipeline, open the required Action configuration and select the input Field.
In the Operation field, choose Index list float.
Set Index to
1
.Give your Output field a name and click Save. You'll get the value corresponding to the indicated position. For example:
0.0, -1.0, 2.0 -> -1.0
Last updated
Was this helpful?