公有成員函式
<random>

std::fisher_f_distribution::n

result_type n() const;
自由度(分母)
返回與 fisher_f_distribution 物件關聯的引數 n。

此引數表示分母的自由度。

此引數在構造 fisher_f_distribution 時設定,作為其第二個引數。

引數



返回值

與分佈物件關聯的 n 引數(分母的自由度)。

複雜度

常量。

另見