input|mul( value1 [, value2] [, ...] )
Name | Type | Description | Required |
---|---|---|---|
value1 | number | Multiplicand. | Yes. |
value2 | number | Multiplicand. | Only if the input parameter is omitted. |
This operator multiplies all parameters and returns the result. If an input parameter is provided, it will be included in the multiplication.
{2|mul( 3 )}
or
{mul( 2, 3 )}
The following output will be produced: "6".
{2|mul( 3, 4 )}
The following output will be produced: "24".
Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2013 eZ Systems AS (except where otherwise noted). All rights reserved.