Integer Math Node

Integer Math Node.

The Integer Math node performs math operations.

入力

Value(値)

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

Properties(プロパティ)

Operation(処理)

入力値に適用される数学演算子:

Functions(関数)
Add(追加):

2つの値の合計。

Subtract(減算):

2つの値の差。

Multiply(乗算):

2つの値の積。

Divide(除算):

最初の値を2番目の値で除算。

Multiply Add(積和算):

Addend による、2つの値の積の合計。

Absolute(絶対):

入力値が、符号に関係なく読み取られ、負の値が正の値に変わります。

Negate:

Changes the sign of the input value.

Power(パワー):

Base(底)Exponent(指数) 乗となる。

Comparison(比較)
Minimum(最小):

入力値の最小値を出力。

Maximum(最大):

2つの入力値の最大値を出力。

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(剰余):

最初の値を2番目の値で除算した、余りを出力。

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.