std::binomial_distribution::param
来自cppreference.com
< cpp | numeric | random | binomial distribution
该页由英文版wiki使用Google Translate机器翻译而来。
该翻译可能存在错误或用词不当。鼠标停留在文本上可以看到原版本。你可以帮助我们修正错误或改进翻译。参见说明请点击这里. |
param_type param() const; |
(1) | (C++11 起) |
void param( const param_type& params ); |
(2) | (C++11 起) |
管理相关的分布参数集.
1) 原文:
Manages the associated distribution parameter set.
返回相关的参数集.
2) 原文:
Returns the associated parameter set.
设置相关的参数设置为
params
原文:
Sets the associated parameter set to
params
[编辑] 参数
params | - | 的相关联的参数集的新的内容
原文: new contents of the associated parameter set |
[编辑] 返回值
1)相关的参数设置
2) (无)
[编辑] 复杂性
恒定