Integer Math Node

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.

Properties – Властивості

Operation – Операція

Математичний оператор, що буде застосований до увідних значень:

Functions – Функції
Add – Додання:

Сума двох значень.

Subtract – Відняття:

Різниця між двома значеннями.

Multiply – Множення:

Добуток двох значень.

Divide – Ділення:

Ділення першого значення на друге значення.

Multiply Add – Множення Додання:

Сума добутку двох значень з додавним Addend.

Absolute – Абсолютно:

Значення уводу зчитується незалежно від його знака. Це перетворює від’ємні значення у додатні значення.

Negate:

Changes the sign of the input value.

Power – Степінь:

База Base збільшена до степеня експоненти Exponent.

Comparison – Порівняння
Minimum – Мінімум:

Виводить найменше з увідних значень.

Maximum – Максимум:

Виводить найбільше з двох увідних значень.

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.

Rounding – Округлювання
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 – Модуль:

Виводить залишок, як тільки перше значення ділиться на друге значення.

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.

Вивід – Output

Value – Значення

Standard integer output.