For Each If Float

Syntax

For Each If Float

Parameters

Array

Array of floats

Callable

Function that takes float by reference.
Called for each element in Array if returns true in Predicate

Predicate

Function that takes float and returns boolean.
If returns true Callable called

Output

Result

Modified Array