Last updated on
Jul 13, 2023
Compare float
Parameters
- Operator Float
The operation applied to the input values;- Equal
x = y - Not equal
x != y - Greater than
x > y - Greater or equal
x >= y - Less than
x < y - Less or equal
x <= y
- Equal
- Left hand side argument Float
The first argumentxof the comparison. - Right hand side argument Float
The second argumentyof the comparison.
Example Images
| There are no images attached to this page. |