multiply

multiply#

method

SampleService.multiply(*vals: int | float) int | float[source]#

Multiplies an unconstrained number of arguments together.

Parameters:
valsNumber

Any number of arguments to be multiplied together.

Returns:
respNumber

The result of the multiplication.