名稱空間
變體
操作

std::cauchy_distribution<RealType>::max

來自 cppreference.com
< cpp‎ | 數值‎ | 隨機‎ | 柯西分佈
 
 
 
 
 
result_type max() const;
(C++11 起)

返回分佈可能生成的最大值。

目錄

[編輯] 引數

(無)

[編輯] 返回值

分佈可能生成的最大值。

[編輯] 複雜度

常數時間。

[編輯] 參閱

(C++11)
返回可能生成的最小值
(public member function) [編輯]