UpperBound(DimIndex: Integer): Integer;
DimIndex. Number of the dimension, the upper limit of which must be obtained.
The UpperBound method returns the upper 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.UpperBoundI property for development.
See also: