Divide
Returns the result of dividing the first argument by the second argument.
Divide(1, 2)
Ordinal | Type | Description | |
---|---|---|---|
1 | numeric | Required | Dividend value |
2 | numeric | Required | Divisor value, used to divide the dividend value |
Given @abc=100 and @def=5
The system returns: