UpperBoundI(DimIndex: Integer): Integer;
DimIndex. Number of the dimension, the upper limit of which must be obtained.
The UpperBoundI property returns the upper limit of the dimension, which number is passed as an input parameter.
The difference between the UpperBoundI property and the UpperBound property is its internal implementation, in which work with data types is optimized, which, in turn, speeds up work and saves memory when large-sized matrixes are used.
The property use is given in the example for IMatrixModel.LowerBoundI.
See also: