IComplexOperations<T, U>.Magnitude Method

Gets the modulus or absolute value of a complex number.

Definition

Namespace: Extreme.Mathematics.Generic
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
U Magnitude(
	T operand
)

Parameters

operand  T
 

Return Value

U

See Also