Class TLongIntList
Unit
CastleUtils
Declaration
type TLongIntList = class(specialize TFPGList<LongInt>)
Description
Hierarchy
Overview
Methods
 |
function Max: LongInt; |
 |
function Sum: LongInt; |
 |
procedure DeleteRange(const Index: Integer; DelCount: Integer = 1); |
 |
procedure AddList(Source: TLongIntList); |
 |
procedure AddArray(const A: array of LongInt); |
 |
procedure AddDuplicate(const Item: LongInt; const DuplicateCount: Cardinal); |
 |
function L: PLongInt; |
Description
Methods
 |
function Max: LongInt; |
|
 |
function Sum: LongInt; |
|
 |
procedure DeleteRange(const Index: Integer; DelCount: Integer = 1); |
|
 |
procedure AddArray(const A: array of LongInt); |
|
 |
procedure AddDuplicate(const Item: LongInt; const DuplicateCount: Cardinal); |
Add given Item a number of times to the list.
|
 |
function L: PLongInt; |
|
Generated by PasDoc 0.13.0 on 2014-08-30 12:10:42
|