open all | close all

Math Operator 数学算子Basic 基础Node 节点Parameter 参数

Node Properties

节点属性

Data Type

数据类型

Use this setting to change the output node’s data type.

使用此设置可更改输出节点的数据类型。

Function

功能

Add

添加

Adds the inputs together and outputs the result. This is the default function.

将输入加在一起并输出结果。这是默认函数。

Subtract

减去

Subtracts the second (and any additional) input from the first and outputs the result.

从第一个输入中减去第二个输入(以及其他任何输入)并输出结果。

Multiply

繁殖

Multiplies the inputs and outputs the result.

将输入和输出乘以结果。

Divide

分开

Divides the first input by the second input by each of the remaining inputs and outputs the result. e.g., 10 / 2 / 4 = 20 = (10 * 4) / 2.

将第一个输入除以第二个输入,再除以其余的每一个输入,然后输出结果。例如,10/2/4 = 20 = (10 * 4)/2。

Modulo

Outputs the integral remainder of a division. For example, 11 modulo 10 = 1 and 23 modulo 10 = 3.

输出除法的整数余数。例如,11模10 = 1和23模10 = 3。