Class TIntegerList
Unit
CastleUtils
Declaration
type TIntegerList = class(specialize TFPGList<Integer>)
Description
Hierarchy
Overview
Methods
Description
Methods
 |
function Sum: Integer; |
|
 |
procedure AddArray(const A: array of Integer); |
|
 |
function L: PInteger; |
|
|