Count list float
Description
This operation counts the number of elements in a given 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
- Number of elements in the input lists.
Example
Suppose you want to count the number of elements in your input list of float values:
In your Pipeline, open the required Action configuration and select the input Field.
In the Operation field, choose Count list float.
Give your Output field a name and click Save. You'll get the number of elements in your input float lists. For example:
1.5, -2.3, 3.8 -> 3
Last updated
Was this helpful?