IMatrixModel.UpperBound

Syntax

UpperBound(DimIndex: Integer): Integer;

Parameters

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

Description

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

Comments

The property is kept for compatibility. It is recommended to use the IMatrixModel.UpperBoundI property for development.

See also:

IMatrixModel