std::student_t_distribution<RealType>::max

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

返回分布潛在生成的最大值。

目錄

[編輯] 參數

(無)

[編輯] 返回值

分布潛在生成的最大值。

[編輯] 複雜度

常數。

[編輯] 參閱

(C++11)
返回潛在生成的最小值
(公開成員函數) [編輯]