8.12 Math 数学 - Mod 求余函数


Calculate the remainder when one or more values are divided.
Right-click to add more values, or change the type (ex: number, position, rotation).

两个数值表达式作除法运算后的余数。MOD函数是用于返回两数相除的余数。
右键选择输入接口数,或更改输入接口接入值类型(例如:数字,坐标,角度)。

板栗:抄了个公式,虽然我看不懂 ,【MOD(n,d) = n - d*INT(n/d)】,例:MOD(3, 2) = 1

输入口
Input 输入
The base value to divide (numerator). By default, the value is a number.
接入被除的基础值。默认情况下,该值是一个数字。板栗:即 n

Input 输入
The first value to divide by (denominator). By default, the value is a number.
接入第一个要除的值。默认情况下,该值是一个数字。 板栗:即 d

输出口
Output 输出
The remainder of the values.
值的其余部分。


Related Patches

+ 加,− 减,× 乘,/(÷) 除,Round 四舍五入,Max 最大值,Min 最小值


你可能感兴趣的:(8.12 Math 数学 - Mod 求余函数)