◐ Shell
clean mode source ↗

std::complex::complex - cppreference.com

Da cppreference.com.

Questa pagina è stata tradotta in modo automatico dalla versione in ineglese della wiki usando Google Translate.

La traduzione potrebbe contenere errori e termini strani. Muovi il puntatore sopra al testo per vedere la versione originale. Puoi aiutarci a correggere gli gli errori. Per ulteriori istruzioni clicca qui.

Click here for the English version of this page

<metanoindex/>

<tbody> </tbody>

complex( const T& re = T(), const T& im = T() );

(1)

complex( const complex& rhs );

(2)

Costruisce l'oggetto 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)

Costruisce il numero complesso da parti reale e immaginaria.

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)

Copia costruttore. Costruisce l'oggetto con la copia del contenuto di 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.

Parametri

re -

la parte reale

Original:

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.

im -

la parte immaginaria

Original:

the imaginary part

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

other -

un altro complesso da usare come sorgente

Original:

another complex to use as source

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Vedi anche

assegna il contenuto

Original:

assigns the contents

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(metodo pubblico) [modifica]