Copy If Float Array

Syntax

Copy If Float Array

Parameters

Array

Array of floats

Predicate

Function that takes float and returns boolean.
If function returns true float would be copied to NewArray

Output

NewArray

All float that returns true in predicate