Gets the complex conjugate of the complex number.

Namespace:  Meta.Numerics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public Complex Conjugate { get; }
Public ReadOnly Property Conjugate As Complex
public:
property Complex Conjugate {
	Complex get ();
}

See Also