multiply

abstract fun multiply(a: T, b: T): T

Multiplies two numbers

Return

the product of the two numbers

Parameters

a

the first number

b

the second number