std::complex::real – cppreference.com
Aus cppreference.com
<metanoindex/>
<tbody> </tbody>
|
|
(1) | |
|
|
(2) | |
Greift den Realteil der komplexen Zahl .
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)
Liefert den reellen Teil .
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)
Legt den Realteil zu 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.
Parameter
| value | - | der Wert, um den Realteil zu setzen Original: the value to set the real part to The text has been machine-translated via Google Translate. |
Siehe auch
| accesses the imaginary part of the complex number (öffentliche Elementfunktion) [edit] | |