数値を減算する

Subtract y from x.
メモ|Note
- Grasshopperでは点やベクトル同士も減算可能。
スクリプト|Script
| Python | DesignScript Syntax |
|---|---|
x - y |
x - y |
※x,yは変数。
索引|Index
| Grasshopper | Dynamo |
|---|---|
| [Maths > Operators > Subtraction] | [Math > Operators > -] |

Subtract y from x.
| Python | DesignScript Syntax |
|---|---|
x - y |
x - y |
※x,yは変数。
| Grasshopper | Dynamo |
|---|---|
| [Maths > Operators > Subtraction] | [Math > Operators > -] |