multiply
Multiply any two numbers
will return the product of the two given numbers. The return_type specifies in which data type the multiplication will be returned in, like shown in below example:
Typically multiplication works only for numeric data types, but in this case, you have an additional option for characters. Before using it in that way, please test it before actually implementing something.
Last updated