Compare Floats Node

../../../_images/modeling_geometry-nodes_utilities_float-compare_node.png

Compare Floats Node.

The Compare Floats node takes two inputs and does a math comparison between them.

入力

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.

Properties(プロパティ)

Mode(モード)
Less Than (小さい)

True if A is smaller than B.

Less than or Equal

True if A is smaller or equal to B.

Greater Than (大きい)

True if A is bigger than B.

Greater than or Equal

True if A is bigger or equal to B.

Equal

True if A and B are the same.

Not Equal

True if A and B are different.

Output (出力)

Result (結果)

Standard Boolean output.