![]() |
![]()
| ![]() |
![]()
NAMEstd::valarray::min - std::valarray::min SynopsisT min() const;
Parameters(none) Return valueThe minimum of the elements. Example// Run this code
Output:Minimum value : 1 See also max returns the largest element
|