[Overview][Constants][Types][Classes][Procedures and functions] |
Return the sum of an array of integers
Source position: line 0
function sumInt( |
const data: PInt64; |
const N: LongInt |
):Int64; |
const data: array [] of Int64 |
):Int64; |
SumIntreturns the sum of the Nintegers in the Dataarray, where this can be an open array or a pointer to an array.
An overflow may occur.