IMatrixModel.UpperBoundI

Syntax

UpperBoundI(DimIndex: Integer): Integer;

Parameters

DimIndex. Number of the dimension, the upper limit of which must be obtained.

Description

The UpperBoundI property returns the upper limit of the dimension, which number is passed as an input parameter.

Comments

The difference between the UpperBoundI property and the UpperBound property is its internal implementation, in which work with data types is optimized, which, in turn, speeds up work and saves memory when large-sized matrixes are used.

Example

The property use is given in the example for IMatrixModel.LowerBoundI.

See also:

IMatrixModel