std::normal_distribution::param
Aus cppreference.com
<metanoindex/>
<tbody> </tbody> param_type param() const; |
(1) | (seit C++11) |
void param( const param_type& params ); |
(2) | (seit C++11) |
Verwaltet die damit verbundene Ausschüttung Parametersatz .
Original:
Manages the associated distribution parameter set.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
1)
Gibt den zugehörigen Parametersatz .
Original:
Returns the associated parameter set.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
2)
Legt die zugehörigen Parameter auf
paramsOriginal:
Sets the associated parameter set to
paramsThe text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
Parameter
Rückgabewert
1)
Der zugehörige Parameter
Original:
The associated parameter set
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
2)
(None)
Original:
(none)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
Komplexität
Constant .
Original:
Constant.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
