Number comparisons

Back to: Index of transforms

Transforms in this section compare numerical data types. Learn more about how to search for and add a transformation.

Equal to

Returns True if the numbers are the same value.

Not equal to

Returns True if the numbers are not the same value.

Greater than

Returns True if the input number is greater than the second number.

Greater than or equal to

Returns True if the input number is greater than or equal to the second number.

Less than

Returns True if the input number is less than the second number.

Less than or equal to

Returns True if the input number is less than or equal to the second number.