MATH_MULT ()
MATH_MULT(factor [, factor, ...]) |
Calculates the product of a list of factors
If a null factor is provided, it will be ignored.
Input Parameters
Parameter | Type | Default | Required | Description |
---|---|---|---|---|
| Number/Array |
| Yes | Numeric value to multiply. The parameter can be repeated an indefinite number of times. The function also admits passing an array of numbers as parameter |
Execution
Always. Calculated on-the-fly whenever an ITEM of a FORM is changed (by means of form_set_answer(), or when the FORM is opened
Examples
Formula | Description |
---|---|
| Result = 240 |
| Result = 240 |
| Multiplies the values returned by the OBJECT CODE “ADMISSION.DATA.INTEREST” (all ITEMS with DATA_CODE=”INTEREST”). Note that the OBJECT CODE can return an array of values |