std::normal_distribution::max
Aus cppreference.com
<metanoindex/>
<tbody> </tbody> result_type max() const; |
(seit C++11) | |
Gibt den Minimalwert potenziell von der Verteilung erzeugt .
Original:
Returns the minimum value potentially generated by the distribution.
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.
Parameter
(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.
Rückgabewert
Der minimale Wert möglicherweise durch die Verteilung erzeugt
Original:
The minimum value potentially generated by the distribution
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.
