Description
Diveds a number
Example
Divide the number of instances by 7
count(instance)/div(7)
div(count(instance), 7)
Syntax
expression1/div(expression2)
div(expression1, expression2)
Parameters
Type | Description |
---|---|
Expression1 | Expression that gives a (set of) number(s) |
Expression2 | Expression that gives a number to divede by |
Post your comment on this topic.