Math.Subtract¶
Name | Mandatory | Description | Default | Type |
---|---|---|---|---|
⬅️ Input |
The value or the sequence of values to subtract the value specified in the Operand parameter from. | Int Int2 Int3 Int4 Int8 Int16 Float Float2 Float3 Float4 Color [Any] |
||
Output ➡️ |
This shard outputs the result of the subtraction. | Int Int2 Int3 Int4 Int8 Int16 Float Float2 Float3 Float4 Color [Any] |
||
Operand |
No | The value or sequence of values to subtract from the input. | 0 |
Int Var(Int) Int2 Var(Int2) Int3 Var(Int3) Int4 Var(Int4) Int8 Var(Int8) Int16 Var(Int16) Float Var(Float) Float2 Var(Float2) Float3 Var(Float3) Float4 Var(Float4) Color Var(Color) [Any] Var([Any]) |
This shard subtracts the value provided in the Operand parameter from the input value.
Examples¶
1 2 |
|
[info] [sample-wire] 5