Skip to main content

sumWithOverflow

Introduced in: v1.1.0 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
Query
Response
Last modified on July 2, 2026