LassoScript Utility
Basics Browse Detail

[Math_Mult]

Tag Link [Math_Mult] Category Math
Type Substitution Source Available No
Support Preferred Version 3.0
Change Unchanged Data Source Any
Output Type Decimal or Integer Security None
Implementation LCAPI Sets Lasso 8.5, Lasso 8.0, Lasso 7.0, Lasso 6.0, Lasso 5.0, Lasso 3.x

Description

[Math_Mult] returns the result of multiplying each of multiple parameters in order from left to right. Each parameter is cast to an integer or decimal value. The result is an integer if all the parameters were integers or a decimal otherwise.

Equivalent to performing a series of operations using the * symbol except that the values passed in to the [Math_Mult] tag are automatically cast to numeric values.

Syntax

[Math_MultInteger or Decimal Values]

Parameters

Required Parameters
Integer or Decimal Values Starting from the left, each successive value will be multiplied to generate the final result.

Examples

To multiply several values:

Use the [Math_Mult] tag. The following example multiplies a series of values and returns the result.

[Math_Mult: 5, 4, 3, 2, 1]

120