Compare Floats Node
The Compare Floats node takes two inputs and does a math comparison between them.
输入
- 至 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.
属性
- 模式
- 小于
True if A is smaller than B.
- Less than or Equal
True if A is smaller or equal to B.
- 大于
True if A is bigger than B.
- Greater than or Equal
True if A is bigger or equal to B.
- 相等
True if A and B are the same.
- 不等于
True if A and B are different.
输出
- 结果
Standard Boolean output.