Meta.Numerics Library
Conjugate Property
Meta.NumericsMeta.NumericsComplexConjugate
Gets the complex conjugate of the complex number.
Declaration Syntax
C#Visual BasicVisual C++F#
public Complex Conjugate { get; }
Public ReadOnly Property Conjugate As Complex
	Get
public:
property Complex Conjugate {
	Complex get ();
}
member Conjugate : Complex