Count If Integers

Syntax

Count If Integer

Parameters

Array

Array of integers

Predicate

Function that takes integer and returns boolean.
If Array's element returns true CountResult increases

Output

CountResult

Total Array's values that returns true in Predicate