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