Comparison Node Catalog
Generated category
Comparison Node Catalog
Generated from 6 catalog nodes in Math/Float/Comparison.
Nodes in this category
Showing 6 of 6 generated node docs.
!=
Math/Float/ComparisonChecks if two floats are unequal (within a tolerance)
<
Math/Float/ComparisonChecks if one float is less than another
<=
Math/Float/ComparisonChecks if one float is less than or equal to another
==
Math/Float/ComparisonChecks if two floats are equal (within a tolerance)
>
Math/Float/ComparisonChecks if one float is greater than another
>=
Math/Float/ComparisonChecks if one float is greater than or equal to another