Integer Math Node¶
The Integer Math node performs math operations.
Inputs¶
- Value
Standard integer value input. Depending on the operation there will be more than one input.
Propriedades¶
- Operação
The mathematical operator to be applied to the input values:
- Functions
- Adicionar:
The sum of the two values.
- Subtract:
The difference between the two values.
- Multiplicar:
The product of the two values.
- Divide:
The division of the first value by the second value.
- Multiply Add:
The sum of the product of the two values with Addend.
- Absoluto:
The input value is read without regard to its sign. This turns negative values into positive values.
- Negate:
Changes the sign of the input value.
- Potência:
The Base raised to the power of Exponent.
- Comparison
- Mínimo:
Outputs the smallest of the input values.
- Máximo:
Outputs the largest of two input values.
- Sign:
Extracts the sign of the input value. All positive numbers will output 1. All negative numbers will output -1. And 0 will output 0.
- Arredondar
- Divide Round:
Divide the values and round the result toward zero.
- Divide Floor:
Divide the values and floor the result down to the nearest integer.
- Divide Ceiling:
Divide the values and ceil the result up to the nearest integer .
- Floored Modulo:
Returns the positive remainder of a division operation.
- Modulo:
Outputs the remainder once the first value is divided by the second value.
- Greatest Common Divisor:
The largest positive integer that divides into each of the values.
- Least Common Multiple:
The smallest positive integer that is divisible by both values.
Saída¶
- Value
Saída integer padrão.