IComplex Operations<T>.One Norm Method
            
            
            Returns the sum the absolute values of the real and imaginary parts of a comples value.
            
Definition
Namespace: Numerics.NET.Generic
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
    C#
    
 
 
The sum the absolute values of the real and imaginary parts of operand.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
T OneNorm(
	T operand
)Parameters
- operand T
 - A complex value.
 
Return Value
TThe sum the absolute values of the real and imaginary parts of operand.