Description
Multiples a number
Example
Multiply the number of instances by 2
count(instance)/mult(2)
mult(count(instance), 2)
Syntax
expression1/mult(expression2)
mult(expression1, expression2)
Parameters
Type | Description |
---|---|
Expression1 | Expression that gives a (set of) number(s) |
Expression2 | Expression that gives a number to multiply by |
Post your comment on this topic.