◐ Shell
clean mode source ↗

std::complex::real – cppreference.com

Aus cppreference.com

<metanoindex/>

<tbody> </tbody>

T real() const;

(1)

void real( T value );

(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.
You can help to correct and verify the translation. Click here for instructions.

Siehe auch

accesses the imaginary part of the complex number
(öffentliche Elementfunktion) [edit]