Performs multiplication
| Input | Data Type | Description |
|---|---|---|
| Input1 | Integer,Double,Decimal | A number |
| Input2 | Integer,Double,Decimal | Sets the Data property. (optional) |
| Output | Data Type | Description |
|---|---|---|
| Output1 | Double,Decimal | The value multiplied by Input1 and Data. |
| Name | Property Type | Description |
|---|---|---|
| Data | string | Specifies a numeric value to be performed multiplication. |
| Scale | int | Specifies a the number of digits to the right of the decimal point when the output type is Decimal |
| Property | Output | |||
| Input1 | 3 | 21 | ||
| Input2 | 7 | |||