Multiply
Multiply op1 by op2 and place the result in the property identified by the attribute result.
Required Attributes
op1
first operand of the arithmetic operation.
op2
second operand of the arithmetic operation.
result
property name of where to store the result of the arithmetic operation.
Usage Examples
Example #1
<multiply op1="100" op2="${proerty1}" result="result" />
Example #2
<multiply op1="${a}" op2="${a}" result="a" />