std::complex::complex — cppreference.com
De cppreference.com
<metanoindex/>
<tbody> </tbody>
|
|
(1) | |
|
|
(2) | |
Construit l'objet std::complex .
Original:
Constructs the std::complex object.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
1)
Construit le nombre complexe de partie réelle et imaginaire .
Original:
Constructs the complex number from real and imaginary parts.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
2)
Copiez constructeur. Construit l'objet avec la copie du contenu de other .
Original:
Copy constructor. Constructs the object with the copy of the contents of other.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Paramètres
| re | - | la partie réelle Original: the real part The text has been machine-translated via Google Translate. |
| im | - | la partie imaginaire Original: the imaginary part The text has been machine-translated via Google Translate. |
| other | - | un autre complexe à utiliser comme source Original: another complex to use as source The text has been machine-translated via Google Translate. |
Voir aussi
affecte le contenu Original: assigns the contents The text has been machine-translated via Google Translate. (fonction membre publique) [edit] | |