@PROD

The PROD function takes two or more numeric parameters, multiplies the values, and returns the product. The parameters to the function are evaluated as either decimal or integral numbers, matching the context of the function call.

Parameters

@PROD (Number 1 [, ..., Number N])
Number 1
Required parameter; evaluated as either an integral or decimal number matching the context of the function call. Contains the value to be multiplied with all other function parameters.
Number N
Optional parameter(s); evaluated as either integral or decimal number(s) matching the context of the function call. Contains the value(s) to be multiplied with all other function parameters.

Supported Return Types

  • Integral Number
  • Decimal Number