Int Node Catalog
Generated category
Int Node Catalog
Generated from 18 catalog nodes in Math/Int.
Nodes in this category
Showing 18 of 18 generated node docs.
!=
Math/IntChecks if two integers are unequal
%
Math/IntCalculates the remainder of integer division
*
Math/IntMultiplies two Integers
+
Math/IntAdds two Integers
-
Math/IntSubtracts two Integers
/
Math/IntDivides two Integers (handles division by zero)
<
Math/IntChecks if the first integer is less than the second
<=
Math/IntChecks if the first integer is less than or equal to the second
==
Math/IntChecks if two integers are equal
>
Math/IntChecks if the first integer is greater than the second
>=
Math/IntChecks if the first integer is greater than or equal to the second
Absolute
Math/IntReturns the absolute value of an Integer
Clamp
Math/IntClamps an integer within a range
Max
Math/IntReturns the larger of two integers
Min
Math/IntReturns the smaller of two integers
Power
Math/IntCalculates the power of an integer
Root
Math/IntCalculates the nth root of an integer
Random Integer in Range
Math/Int/RandomGenerates a random integer within a specified range