快捷鍵:-
Subtract one or more values from a base value.
Right-click to divide by more values, or change the type (ex: number, position, rotation).
將值減去一個或多個值。
右鍵可選擇輸入接口數,或更改輸入接口接入值類型(例如:數字,坐標,角度)。
板栗:為了方便理解,假設 A - B = C ,如( 10 - 2 = 8 )。
輸入口
Input 輸入
The base value. By default, the value is a number.
接入基礎值。默認情況下,該值是一個數字。板栗:即A
Input 輸入
The first number to subtract. By default, the value is a number.
要減去的第一個數字 。默認情況下,該值是一個數字。板栗:即B
輸出口
Output 輸出
The difference of the values.
計算出來的值。板栗:即C
Related Patches 相關模塊
/(÷) 除,+ 加,× 乘,Mod 求余函數,Round 四舍五入,Max 最大值,Min 最小值
Related Learn Content 相關課程
Coming From Code
See how Origami differs from programming.
Related Examples
Related Examples 案例
Fahrenheit to Celsius
Get to know logic and patches in Origami through temperature conversion.