Class TInt32List
Unit
Declaration
type TInt32List = class(specialize TStructList<Int32>)
Description
List of 32-bit signed integer values.
Hierarchy
- TObject
- TList
- TStructList
- TInt32List
Overview
Methods
function Max: Int32; |
|
function Sum: Int32; |
|
procedure DeleteRange(const Index: TListSize; DelCount: TListSize = 1); |
|
procedure AddDuplicate(const Item: Int32; const DuplicateCount: TListSize); |
|
function Equals(SecondValue: TObject): boolean; override; |
Description
Methods
function Max: Int32; |
|
This item has no description. |
function Sum: Int32; |
|
This item has no description. |
procedure DeleteRange(const Index: TListSize; DelCount: TListSize = 1); |
|
This item has no description. |
procedure AddDuplicate(const Item: Int32; const DuplicateCount: TListSize); |
|
Add given Item a number of times to the list. |
function Equals(SecondValue: TObject): boolean; override; |
|
Does the SecondValue have equal length and content. This method does the same thing as PerfectlyEquals in case of Int32 list, that are always compared perfectly. |
Generated by PasDoc 0.16.0-snapshot.