std::imag<div class="t-tr-text">(Std :: complexo)<div class="t-tr-dropdown"><div><div><div class="t-tr-dropdown-arrow-border"></div><div class="t-tr-dropdown-arrow"></div><div class="t-tr-dropdown-h">Original:</div><div class="t-tr-dropdown-orig">(std::complex)</div><div class="t-tr-dropdown-notes">The text has been machine-translated via [http://translate.google.com Google Translate].<br/> You can help to correct and verify the translation. Click [http://en.cppreference.com/w/Cppreference:MachineTranslations here] for instructions.</div></div></div></div></div>
De cppreference.com
<metanoindex/>
<tbody> </tbody>
| Definido no cabeçalho <complex> |
||
|
|
||
Retorna a componente imaginária de um número complexo z, ie z.imag().
Original:
Returns the imaginary component of the complex number z, i.e. z.imag().
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Parâmetros
| z | - | valor complexo Original: complex value The text has been machine-translated via Google Translate. |
Valor de retorno
o componente imaginário de z
Original:
the imaginary component of z
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Veja também
acessa a parte real do número complexo Original: accesses the real part of the complex number The text has been machine-translated via Google Translate. (função pública membro) [edit] | |
| accesses the imaginary part of the complex number (função pública membro) [edit] | |
retorna o componente imaginário Original: returns the imaginary component The text has been machine-translated via Google Translate. (modelo de função) [edit] | |