The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information.... |
Home ![]() ![]() ![]() ![]() ![]() |
|||||||||||||||
See also: MeanVar, SkewKurt, Quartiles, Sum, MaxArray, MinArray, MinMaxArray | |||||||||||||||
MinMax |
|||||||||||||||
The method MinMax calculates the minimum and the maximum value of all matrix elements within a specific area. The range of the matrix elements to be used is determined by the parameters LowCol, LowRow, LowLayer, HighCol, HighRow, and HighLayer. If any of these parameters receives an invalid value, this value is automatically adjusted to the lowest or highest allowed value (1 for the "Low..." parameters, and NrOfColumns /NrOfRows for the "High...." parameters). The variable parameters Minimum and Maximum return the lowest and the highest value of the selected data.
|