std::binomial_distribution::param
Aus cppreference.com
< cpp | numeric | random | binomial distribution
![]() | This page has been machine-translated from the English version of the wiki using Google Translate. The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
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 .
1) 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.
Gibt den zugehörigen Parametersatz .
2) 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.
Legt die zugehörigen Parameter auf
params
Original:
Sets the associated parameter set to
params
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.
[Bearbeiten]Parameter
params | - | neue Inhalt des zugehörigen Parametersatzes Original: new contents of 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. |
[Bearbeiten]Rückgabewert
1)Der zugehörige Parameter
2) 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.
(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.
[Bearbeiten]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.