Gets a delegate that returns
the conjugate of a complex number.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static Func<T, T> Conjugate { get; }
Public Shared ReadOnly Property Conjugate As Func(Of T, T)
Get
public:
static property Func<T, T>^ Conjugate {
Func<T, T>^ get ();
}
static member Conjugate : Func<'T, 'T> with get
Property Value
Type:
FuncT,
T
Reference