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.

Entrées

A, B

Entrée de valeur flottante standard.

Epsilon

Cette valeur est utilisée comme seuil pour toujours considérer les deux entrées comme égales pour les opérations égales et non égales.

Propriétés

Mode
Less Than

True if A is smaller than B.

Less than or Equal

True if A is smaller or equal than B.

Greater Than

True if A is bigger than B.

Greater than or Equal

True if A is bigger or equal than B.

Equal

True if A and B are the same.

Not Equal

True if A and B are different.

Sortie

Result

Sortie booléenne standard.