sumWithOverflow
sumWithOverflow
Introduced in: v1.1
Computes a sum of numeric values, using the same data type for the result as for the input parameters. If the sum exceeds the maximum value for this data type, it is calculated with overflow.
Syntax
Arguments
Returned value
The sum of the values. (U)Int* or Float* or Decimal*
Examples
Demonstrating overflow behavior with UInt16