IComplex Operations<T>.One Norm Method
Returns the sum the absolute values of the real and imaginary parts of a comples value.
Definition
Namespace: Extreme.Mathematics.Generic
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The sum the absolute values of the real and imaginary parts of operand.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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.