Last Updated: May 27, 2021
Use this function to multiply the numbers given as input and returns the product.
Product (number_1,number_2)
Input Parameter Name | Description |
---|---|
number_1 | Integer value |
number_2 | Integer value |
Return Value | Description |
---|---|
Product | Returns product of the input values |
Product (12,12)
To view all the Math functions, click here.