Float Compare

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

Float Compare Node.

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

Đầu Vào (Inputs)

A, B

Đầu vào giá trị số thực dấu phẩy động tiêu chuẩn.

Epsilon

Giá trị này được sử dụng làm ngưỡng để vẫn coi hai đầu vào là bằng nhau cho các thao tác so sánh Bằng NhauKhông Bằng Nhau.

Tính Chất (Properties)

Chế Độ (Mode)
Nhỏ Hơn (Less Than)

True if A is smaller than B.

Less than or Equal

True if A is smaller or equal than B.

Lớn Hơn (Greater Than)

True if A is bigger than B.

Greater than or Equal

True if A is bigger or equal than B.

Bằng Nhau (Equal)

True if A and B are the same.

Không Bằng Nhau (Not Equal)

True if A and B are different.

Đầu Ra (Output)

Kết Quả (Result)

Đầu ra Boolean tiêu chuẩn.