Multiply
Calculate the product of two or more values.
Input
Two or more values can be inputs whose product will be calculated. By default, this function card accepts two input values.
Field | Definition | Type | Required |
---|---|---|---|
number 1 | First of two values whose product is returned. | Number | TRUE |
number 2 | Second of two values whose product is returned. | Number | TRUE |
Output
Field | Definition | Type |
---|---|---|
output | Calculated product of two or more values. | Number |