命名空间
变体
操作

std::student_t_distribution<RealType>::max

来自 cppreference.com
 
 
 
 
 
result_type max() const;
(自 C++11)

返回分布可能产生的最大值。

内容

[编辑] 参数

(无)

[编辑] 返回值

分布可能产生的最大值。

[编辑] 复杂度

常数。

[编辑] 另请参阅

(C++11)
返回可能产生的最小值
(公有成员函数) [编辑]