NumericToBoolean
Summary
Converts a numeric value to a Boolean by comparing the value received with a set value.

Properties
Operator : The operator to apply for comparison of the predicate below. Can take the value"equals", "not equals", "greater", "greater or equals", "less", "less or equals".
- Predicate : Is the value to be compared.
- Value : Is the value to be taken by the Boolean at the end of the conversion.