multiply

Math
since 4.7.0

Arguments

  • number The first number in a multiplication.
  • number The second number in a multiplication.

Returns

number the product.

Multiply two numbers.

Example of Lodash _.multiply

_.multiply(6, 4);
// => 24