Class TLongIntList

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TLongIntList = class(specialize TFPGList<LongInt>)

Description

Hierarchy

  • TFPGList
  • TLongIntList

Overview

Methods

Public function Max: LongInt;
Public function Sum: LongInt;
Public procedure DeleteRange(const Index: Integer; DelCount: Integer = 1);
Public procedure AddList(Source: TLongIntList);
Public procedure AddArray(const A: array of LongInt);
Public procedure AddDuplicate(const Item: LongInt; const DuplicateCount: Cardinal);
Public function L: PLongInt;

Description

Methods

Public function Max: LongInt;
 
Public function Sum: LongInt;
 
Public procedure DeleteRange(const Index: Integer; DelCount: Integer = 1);
 
Public procedure AddList(Source: TLongIntList);
 
Public procedure AddArray(const A: array of LongInt);
 
Public procedure AddDuplicate(const Item: LongInt; const DuplicateCount: Cardinal);

Add given Item a number of times to the list.

Public function L: PLongInt;
 

Generated by PasDoc 0.14.0.