You are here: Symbol Reference > AbstractMtxVec Namespace > Classes > TDenseMtxVec Class > public > Min Method > TDenseMtxVec.Min Method (double, integer)
MtxVec VCL
ContentsIndex
PreviousUpNext
TDenseMtxVec.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 TMtxVec.Complex property is true.

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