Divide

Returns the result of dividing the first argument by the second argument.

Syntax

Divide(1, 2)

Function Properties

OrdinalTypeDescription
1numericRequiredDividend value
2numericRequiredDivisor value, used to divide the dividend value

Usage

Given @abc=100 and @def=5

The system returns: