◐ Shell
clean mode source ↗

std::complex::real — cppreference.com

De cppreference.com

<metanoindex/>

<tbody> </tbody>

T real() const;

(1)

void real( T value );

(2)

Accède à la partie réelle du nombre complexe .

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)

Renvoie la partie réelle .

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)

Définit la partie réelle de 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.

Paramètres

value -

la valeur à définir la partie réelle d'

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.

Voir aussi

accède à la partie imaginaire du nombre complexe

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.


(fonction membre publique) [edit]