You are here: Symbol Reference > MtxExpr Namespace > Classes > Vector Record > public > Max Method > Vector.Max Method (double, integer)
MtxVec VCL
ContentsIndex
PreviousUpNext
Vector.Max Method (double, integer)

Calculate the maximum value of all calling object elements.

Pascal
procedure Max(out AMax: double; out AIndex: integer); overload;

The AMax parameter returns the maximum value. The AIndex parameter returns the Index of maximum value. An exception is raised if calling object Complex property is true.

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