Breadcrumbs

NumericToBoolean

Summary

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

image2018-2-28 18:11:43.png

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.