Float Compare¶
The Float Compare node takes two inputs and does a math comparison between them.
输入¶
- 至 B
要评估的浮点或矢量输入。
- Epsilon
这个值被用作阈值,在等价和不等价操作中仍然认为两个输入是相等的。
属性¶
- 模式
- 小于
True if A is smaller than B.
- Less than or Equal
True if A is smaller or equal than B.
- 大于
True if A is bigger than B.
- Greater than or Equal
True if A is bigger or equal than B.
- 相等
True if A and B are the same.
- 不等于
True if A and B are different.
输出¶
- 结果
标准的几何体输出。