◐ Shell
clean mode source ↗

std::complex::imag - 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.

Click here for the English version of this page

<metanoindex/>

<tbody> </tbody>

T imag() const;

(1)

void imag( T value );

(2)

Consente di accedere alla parte immaginaria del numero complesso.

Original:

Accesses the imaginary 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 immaginaria.

Original:

Returns the imaginary 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 l'immaginario reale value.

Original:

Sets the real imaginary 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 da impostare per la parte immaginaria

Original:

the value to set the imaginary part to

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Vedi anche

accede 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.


(metodo pubblico) [modifica]