RPTools

Personal tools
From MapToolDoc

multiply

multiply() Function

Returns the numbers that are passed in multiplied together.

Usage

  1. [h: val = multiply(num, num, ...)]

Examples

  1.     [r: multiply(2, 5, 6)]   
  2.     [r: multiply(4, 3, 2)]

Returns

   30
   24