multiply
Modified on Tue, 22 Aug 2023
Description
Multiply two numbers
Syntax
multiply(first, second)
Parameters
Input Parameter | Type | Description |
---|---|---|
first | number | First number to be multiplied |
second | number | Second number to be multiplied |
Return value
Type |
---|
number |
Sample
Example | Result | Description |
---|---|---|
multiply(5, 6) | 30 | Returns the product of the two input numbers |
To view all the Math and Number functions, click here.
See Also
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article