MUL
Returns the product of all inputs. The number of inputs is extensible.
Input
Name | Type | Description |
|---|---|---|
IN1 | ANY_NUM | Factor |
IN2 | ANY_NUM | Factor |
INn | ANY_NUM | Factor |
Output
Name | Type | Description |
|---|---|---|
OUT | ANY_NUM | Product: IN1 × IN2 × … × INn |
Returns the product of all inputs. The number of inputs is extensible.
Name | Type | Description |
|---|---|---|
IN1 | ANY_NUM | Factor |
IN2 | ANY_NUM | Factor |
INn | ANY_NUM | Factor |
Name | Type | Description |
|---|---|---|
OUT | ANY_NUM | Product: IN1 × IN2 × … × INn |