Class TIntegerVector

DescriptionHierarchyFieldsMethodsProperties

Unit

Matrices

Declaration

type TIntegerVector = class(TObject)

Description

Class implementing a vector of integers. See also TVector.

Hierarchy

TIntegerVector > TObject

Methods

Overview

Public constructor Create(nelements: integer); overload;
Public constructor CreateAndSet(v: TIntegerVector);
Public destructor Destroy; override;
Public procedure AppendElement(Value: integer);
Public function Average: real;
Public procedure Difference(a, b: TIntegerVector);
Public function GetMaximumValue: Integer;
Public function IsEqual(v: TIntegerVector): Boolean;
Public procedure RemoveItem(i: Integer);
Public procedure SetEqual(Value: integer);
Public procedure SetRandom(Min, Max: integer);
Public procedure SetSize(NumberOfElements: integer);
Public procedure SetToZero;
Public procedure SortAscending;
Public function StandardDeviation: real;

Description

Public constructor Create(nelements: integer); overload;
 
Public constructor CreateAndSet(v: TIntegerVector);
 
Public destructor Destroy; override;
 
Public procedure AppendElement(Value: integer);
 
Public function Average: real;
 
Public procedure Difference(a, b: TIntegerVector);
 
Public function GetMaximumValue: Integer;
 
Public function IsEqual(v: TIntegerVector): Boolean;
 
Public procedure RemoveItem(i: Integer);
 
Public procedure SetEqual(Value: integer);
 
Public procedure SetRandom(Min, Max: integer);
 
Public procedure SetSize(NumberOfElements: integer);
 
Public procedure SetToZero;
 
Public procedure SortAscending;
 
Public function StandardDeviation: real;
 

Properties

Overview

Public property M[i: integer]: integer;
Public property NumberOfElements: integer;

Description

Public property M[i: integer]: integer;
 
Public property NumberOfElements: integer;
 
Generated by PasDoc 0.8.8.3 on 2005-05-28 08:13:49