Integer Math Node

Integer Math Node.

The Integer Math node performs math operations.

Entradas

Valor

Standard integer value input. Depending on the operation there will be more than one input.

Propiedades

Operación

El operador matemático que se aplicará a los valores de entrada:

Funciones
Agregar:

La suma de los dos valores.

Sustraer:

La diferencia entre los dos valores.

Multiplicar:

El producto de los dos valores.

Dividir:

La división del primer valor por el segundo valor.

Multiplicar Adicionar:

La suma del producto de dos valores con un Sumando.

Absoluto:

El valor de entrada se lee sin tener en cuenta su signo. Esto convierte los valores negativos en valores positivos.

Negate:

Changes the sign of the input value.

Potencia:

La Base elevada a la potencia de Exponente.

Comparación
Mínimo:

Da salida al menor de los valores de entrada.

Máximo:

Da salida al mayor de dos valores de entrada.

Signo:

Extracts the sign of the input value. All positive numbers will output 1. All negative numbers will output -1. And 0 will output 0.

Redondeado
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 .

Resto (piso):

Returns the positive remainder of a division operation.

Resto:

Muestra el resto una vez que el primer valor se divide por el segundo valor.

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.

Salida

Valor

Salida estándar de entero.