Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
std::piecew...ibution::max(3) C++ Standard Libarystd::piecew...ibution::max(3)

NAME
       std::piecewise_linear_distribution::max - std::piecewise_linear_distri-
       bution::max

Synopsis
	  result_type max() const;  (since C++11)

	  Returns the maximum value potentially	generated by the distribution.

Parameters
	  (none)

Return value
	  The maximum value potentially	generated by the distribution.

Complexity
	  Constant.

See also
	  min	  returns the minimum potentially generated value
	  (C++11) (public member function)

http://cppreference.com		  2022.07.31	 std::piecew...ibution::max(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=std::piecewise_linear_distribution::max&sektion=3&manpath=FreeBSD+Ports+15.0>

home | help