IComplexOperations<T>.OneNorm 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.0.0
C#
T OneNorm(
	T operand
)

Parameters

operand  T
A complex value.

Return Value

T
The sum the absolute values of the real and imaginary parts of operand.

See Also