Mul¶
Name | - | Description | Default | Type |
---|---|---|---|---|
<input> |
The value or the sequence of values to multiply the value specified in the Operand parameter with. | Int Int2 Int3 Int4 Int8 Int16 Float Float2 Float3 Float4 Color [Any] |
||
<output> |
This shard outputs the result of the multiplication. | Int Int2 Int3 Int4 Int8 Int16 Float Float2 Float3 Float4 Color [Any] |
||
Operand |
The value or sequence of values to multiply the input by. | 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 multiplies the input value by the value provided in the Operand parameter.