PasMatLib
Class Tree
Index
Previous (MaxAbsV)
Next (MinMaxVec)

Member
  MinMaxMatr

Parent
  uDynArrUtils

Description
 

if First then
MinVal = Min(A[i,j]); MaxVal = Max(A[i,j])
else
MinVal = Min(OldMinval, A[i,j]); MaxVal = Max(OldMavVal, A[i,j])


Source code
  procedure MinMaxMatr ( const A : IFArr2D ; var MinVal , MaxVal : TFloat ; First : boolean = true )

Parameters
 
Parameter Description
A : IFArr2D #No TAG found in source code#
First : BOOLEAN #No TAG found in source code#
MaxVal : TFloat #No TAG found in source code#
MinVal : TFloat #No TAG found in source code#

PasMatLib
Class Tree
Index
Previous (MaxAbsV)
Next (MinMaxVec)


ŠNikolai V. Shokhirev, 2001-2007
Created with DelphiCodeToDoc. To obtain the latest revision, please visit http://dephicodetodoc.sourceforge.net/