Integer Math Node

Integer Math Node.

The Integer Math node performs math operations.

Đầu Vào (Inputs)

Value (Giá Trị)

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

Tính Chất (Properties)

Thao Tác (Operation)

Phép toán được áp dụng cho các giá trị đầu vào:

Các Hàm (Functions)
Thêm (Add):

Tổng của hai giá trị.

Khấu Trừ (Subtract):

Hiệu của hai giá trị.

Nhân (Multiply):

Tích của hai giá trị.

Chia (Divide):

Phép chia giá trị đầu tiên cho giá trị thứ hai.

Nhân Cộng (Multiply Add):

Tổng của tích của hai giá trị với "Số Cộng".

Tuyệt Đối (Absolute):

Giá trị đầu vào được đọc mà không cần quan tâm đến dấu của nó. Phép toán này biến các giá trị âm thành giá trị dương.

Negate:

Changes the sign of the input value.

Công Suất/Năng Lượng/Sức Mạnh/Lũy Thừa (Power):

"Cơ Sở" được nâng lên thành lũy thừa của "Lũy Thừa".

So Sánh (Comparison)
Tối Thiểu (Minimum):

Cung cấp giá trị nhỏ nhất trong số các giá trị đầu vào.

Tối Đa (Maximum):

Cung cấp giá trị lớn nhất trong hai giá trị đầu vào.

Dấu (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.

Làm Tròn (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.

Chia Lấy Số Dư (Modulo):

Cho kết quả là số dư khi giá trị đầu tiên chia cho giá trị thứ hai.

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.

Đầu Ra (Output)

Value (Giá Trị)

Đầu ra số nguyên tiêu chuẩn.