Class TInt32List
Unit
Declaration
type TInt32List = class(specialize TStructList<Int32>)
Description
List of 32-bit signed integer values.
Source: base/castleutils_primitive_lists.inc (line 162).
Hierarchy
- TObject
- TList
- TStructList
- TInt32List
Overview
Methods
| Public | function Max: Int32; |
| Public | function Sum: Int32; |
| Public | procedure DeleteRange(const Index: TListSize; DelCount: TListSize = 1); |
| Public | procedure AddDuplicate(const Item: Int32; const DuplicateCount: TListSize); |
| Public | function Equals(SecondValue: TObject): boolean; override; |
Description
Methods
| Public | function Max: Int32; |
|
This item has no description. | |
| Public | function Sum: Int32; |
|
This item has no description. | |
| Public | procedure DeleteRange(const Index: TListSize; DelCount: TListSize = 1); |
|
This item has no description. | |
| Public | procedure AddDuplicate(const Item: Int32; const DuplicateCount: TListSize); |
|
Add given Item a number of times to the list. | |
| Public | 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.17.0.snapshot.