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 argumentx
of the comparison. - Right hand side argument Float
The second argumenty
of the comparison.
Example Images
There are no images attached to this page. |