Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

10.39 maxValue() and minValue()

PrototypesHeader File(s)
template <class T>
T
maxValue(const RWMathVec<T>&)
<rw/math/mathvec.h>
T
minValue(const RWMathVec<T>&)
<rw/math/mathvec.h>
T
maxValue(const RWGenMat<T>&)
<rw/math/genmat.h>
T
minValue(const RWGenMat<T>&)
<rw/math/genmat.h>
T
maxValue(const RWMathArray<T>&)
<rw/math/mtharray.h>
T
minValue(const RWMathArray<T>&)
<rw/math/mtharray.h>

10.39.1 Description

Take a vector, matrix, or array as an argument and return the maximum or minimum value, respectively.


Previous fileTop of DocumentContentsIndexNext file

©Copyright 1999, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.