Imaginary<T>.OneNorm 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#
public T OneNorm { get; }

Property Value

T

Remarks

Since the real part of an imaginary number is zero, the one norm is equal to the absolute value of the imaginary part.

See Also