IComplexOperations<T>.OneNorm 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#
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