Class TIntegerList

Unit

Declaration

type TIntegerList = class(specialize TStructList<Integer>)

Description

List of Integer (signed) values.

In practice, Integer is always 32-bit signed now, but use this when you don't want to explicitly care about size, see https://castle-engine.io/coding_conventions#_do_not_use_longint_longword_use_int32_uint32_int64_uint64_integer_cardinal .

Hierarchy

Overview

Methods

Public function Sum: Integer;

Description

Methods

Public function Sum: Integer;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.