You are here: Symbol Reference > clMtxExpr Namespace > Classes > clMatrix Record > public > MaxMin Method > clMatrix.MaxMin Method (double, double)
MtxVec VCL
ContentsIndex
PreviousUpNext
clMatrix.MaxMin Method (double, double)

Maximum and minimum value in a single pass.

Pascal
procedure MaxMin(out AMax: double; out AMin: double); overload;

Calculates the maximum and minimum value of all calling object elements in a single pass. Maximum value is stored in AMax parameter, minimum value is stored in AMin parameter. Use this method if you require minimum AND maximum value.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!