Class TInt32List
Unit
CastleUtils
Declaration
type TInt32List = class(specialize TStructList<Int32>)
Description
List of 32-bit signed integer values.
Hierarchy
Overview
Methods
Description
Methods
 |
function Max: Int32; |
|
 |
function Sum: Int32; |
|
 |
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.