名稱空間
變體
操作

std::weibull_distribution<RealType>::a, b

來自 cppreference.com
 
 
 
 
 
RealType a() const;
(1) (C++11 起)
RealType b() const;
(2) (C++11 起)

返回構造分佈時使用的引數。

1) 返回 a 引數。它定義了分佈的形狀。預設值為 1.0
2) 返回 b 引數。它定義了分佈的尺度。預設值為 1.0

目錄

[編輯] 引數

(無)

[編輯] 返回值

1) a 引數的值。
2) b 引數的值。

[編輯] 複雜度

常數時間。

[編輯] 參閱

(C++11)
獲取或設定分佈引數物件
(public member function) [編輯]