Operations<T>.One Norm Property
Gets a delegate that returns
returns the sum of the absolute values of the real and imaginary parts of a complex number.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static Func<T, T> OneNorm { get; }