▸ Const
multiply(x
: any, y
: any): number
Multiplies two given inputs using the built-in operator*.
#
Parameters:Name | Type | Description |
---|---|---|
x | any | The multiplier. |
y | any | The multiplicand. |
Returns: number
The resulting product.
Defined in: unsafe/math/multiply.ts:8