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(U)Int* or Float* or Decimal*
Examples
Demonstrating overflow behavior with UInt16
Query
Response