IComplexOperations<T, U>.Magnitude Method

Gets the modulus or absolute value of a complex number.

Definition

Namespace: Numerics.NET.Generic
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
U Magnitude(
	T operand
)

Parameters

operand  T
 

Return Value

U

See Also