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 lower 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.LowerBoundI property for development.

See also:

IMatrixModel