Float Compare¶
The Float Compare node takes two inputs and does a math comparison between them.
Entradas¶
- A, B
Standard float value input.
- Epsilon
This value is used as a threshold for still considering the two inputs as equal for the Equal and Not Equal operations.
Propiedades¶
- Modo
- Menor Que
True if A is smaller than B.
- Less than or Equal
True if A is smaller or equal than B.
- Mayor Que
True if A is bigger than B.
- Greater than or Equal
True if A is bigger or equal than B.
- Igual
True if A and B are the same.
- Not Equal
True if A and B are different.
Salida¶
- Result
Standard Boolean output.