“cpp/numeric/random/negative binomial distribution/max”的版本间的差异
来自cppreference.com
< cpp | numeric | random | negative binomial distribution
TranslationBot(讨论 | 贡献) (Translated from the English version using Google Translate) |
小 (1个修订: Translate from the English version) |
2012年10月25日 (四) 16:13的版本
result_type max() const; |
(C++11 起) | |
返回分布潜在生成的最大值。
目录 |
参数
(无)
返回值
分布潜在生成的最大值。
复杂度
常数。
参阅
(C++11) |
返回潜在生成的最小值 (公开成员函数) |