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