WorksheetFunction.ImConjugate(Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Renvoie le conjugué complexe d'un nombre complexe au format de texte x + yi ou x + yj.
public:
System::String ^ ImConjugate(System::Object ^ Arg1);
public string ImConjugate (object Arg1);
Public Function ImConjugate (Arg1 As Object) As String
Paramètres
- Arg1
- Object
Inumber - nombre complexe pour lequel vous souhaitez obtenir le conjugué.
Retours
Remarques
Permet Complex(Object, Object, Object) de convertir des coefficients réels et imaginaires en un nombre complexe.
Le conjugué d'un nombre complexe est obtenu de la manière suivante :
Figure 1 : Équation pour le conjugué d’un nombre complexe