cpp/numeric/random/chi squared distribution/max: differenze tra le versioni
Da cppreference.com.
< cpp | numeric | random | chi squared distribution
P12 (Discussione | contributi) m (una revisione importata: Translate from the English version) |
m (Use {{lc}}. Update links. Various fixes.) |
||
(Una revisione intermedia di un utente non mostrata) | |||
Riga 1: | Riga 1: | ||
− | {{page | + | {{page|cpp/numeric/random/distribution/max|chi_squared_distribution}} |
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ |
Versione attuale delle 14:41, 2 lug 2013
![]() |
Questa pagina è stata tradotta in modo automatico dalla versione in ineglese della wiki usando Google Translate.
La traduzione potrebbe contenere errori e termini strani. Muovi il puntatore sopra al testo per vedere la versione originale. Puoi aiutarci a correggere gli gli errori. Per ulteriori istruzioni clicca qui. |
result_type max() const; |
(dal C++11) | |
Restituisce il valore minimo potenzialmente generato dalla distribuzione.
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.
Indice |
[modifica] Parametri
(Nessuno)
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.
[modifica] Valore di ritorno
Il valore minimo potenzialmente generato dalla distribuzione
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.
[modifica] Complessità
Costante.
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.
[modifica] Vedi anche
restituisce il valore minimo potenzialmente generato Original: returns the minimum potentially generated value The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (metodo pubblico) |