std::complex::real - cppreference.com
Da cppreference.com.
|
|
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. |
<metanoindex/>
<tbody> </tbody>
|
|
(1) | |
|
|
(2) | |
Consente di accedere alla parte reale del numero complesso.
Original:
Accesses the real part of the complex number.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
1)
Restituisce la parte reale.
Original:
Returns the real part.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
2)
Consente di impostare la parte reale di value.
Original:
Sets the real part to value.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Parametri
| value | - | il valore per impostare la parte reale Original: the value to set the real part to The text has been machine-translated via Google Translate. |
Vedi anche
| accesses the imaginary part of the complex number (metodo pubblico) [modifica] | |