You are here: Symbol Reference > AbstractMtxVecInt Namespace > Classes > TMtxVecInt Class > public > Min Method > TMtxVecInt.Min Method (integer)
MtxVec VCL
ContentsIndex
Example
Uses MtxVecInt; procedure Example; var a: TVecInt; min, ind: integer; begin CreateIt(a); try a.SetIt(1,2,3,4]); min := a.Min(ind); //min=1, ind = 0 finally FreeIt(a); end end;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.