Nút Tổng Hợp

../../../_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.

Đầu Vào

A, B

Standard float value input.

Giảm Chấn Epsilon

This value is used as a threshold for still considering the two inputs as equal for the Equal and Not Equal operations.

Tính Chất

Chế Độ
Nhỏ Hơn

True if A is smaller than B.

Nhỏ Hơn hoặc Bằng Nhau

True if A is smaller or equal to B.

Lớn Hơn

True if A is bigger than B.

Lớn hơn hoặc Bằng Nhau

True if A is bigger or equal to B.

Bằng Nhau

True if A and B are the same.

Không Bằng Nhau

True if A and B are different.

Đầu Ra

Kết Quả

Standard Boolean output.