Complex<T>.OneNorm Property

Returns the sum of the absolute values of the real and the imaginary part of the complex number.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public T OneNorm { get; }

Property Value

T

See Also