Subtract
Returns the difference of two integers.
Subtract(1, 2)
Ordinal | Type | Description | |
---|---|---|---|
1 | numeric | Required | Initial numeric value |
2 | numeric | Required | Number to subtract from initial value |
Given @abc=20 and @def=5
System returns:
Returns the difference of two integers.
Subtract(1, 2)
Ordinal | Type | Description | |
---|---|---|---|
1 | numeric | Required | Initial numeric value |
2 | numeric | Required | Number to subtract from initial value |
Given @abc=20 and @def=5
System returns: