IMatrixModel.LowerBound

Syntax

LowerBound(DimIndex: Integer): Integer;

Parameters

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

Description

The LowerBound property returns the matrix dimension lower limit.

Comments

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

See also:

IMatrixModel