LowerBound(DimIndex: Integer): Integer;
DimIndex. Number of the dimension, the lower limit of which must be obtained.
The LowerBound property returns the lower limit of the dimension, which number is passed as an input parameter.
The property is kept for compatibility. It is recommended to use the IMatrixModel.LowerBoundI property for development.
See also: