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

Calculate the minimum value of all calling object elements.

Pascal
procedure Min(out AMin: double; out AIndex: integer); overload;

The AMin parameter returns the minimum value. The AIndex parameter returns the index of minimum value. An exception is raised if calling object Complex property is true.

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