SquaredSum

Declaration: TMat4D.SquaredSum (LowCol, HighCol, LowRow, HighRow, LowLayer, HighLayer, LowTimeSlot, HighTimeSlot: integer): double;
The method SquaredSum calculates the sum of all squared matrix elements within a specific range. The range of the matrix elements to be used is determined by the parameters LowCol, LowRow, LowLayer, LowTimeSlot, HighCol, HighRow, HighLayer, and HighTimeSlot. If any of these parameters receives an invalid value, this value is automatically adjusted to the nearest border value.

Setting both the low and the high parameter of a particular dimension (e.g. LowRow and HighRow) to zero values automatically defaults to the maximum range of that dimension (i.e. 1 for LowRow and NrOfRows for HighRow).