Imaginary<T>.One Norm Property
Returns the sum of the absolute values of the real and the imaginary part
of the imaginary number.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public T OneNorm { get; }
Property Value
TRemarks
Since the real part of an imaginary number is zero, the one norm is equal to the absolute value of the imaginary part.