Multiply
Multiplies two values (Factor1 and Factor2) and returns a numeric result.
Property | Type | Description |
---|---|---|
Factor1 | Number | First value. |
Factor2 | Number | Second value. |
RoundingDecimalPositions | Number | Rounds the result "Half Up" if roundingDecimalPositions is not null and >= 0. |