std::extreme_value_distribution::b

From cppreference.com
 
 
 
 
 
RealType b() const;
(since C++11)

[edit] Parameters

(none)

[edit] Return value

Returns the value of the scale parameter (default 1.0).

[edit] See also

gets or sets the distribution parameter object
(public member function)
returns the location distribution parameter (a)
(public member function)