|
valarray::minpublic member function
T min() const; Return lowest value Returns the minimum value contained in the valarray as if the elements were compared with operator<.ParametersnoneReturn valueThe lowest value in the valarray.T is the template type of valarray (the elements' type). Example
Output:
See also
|