MathComplexAbsT Method

Complex absolute value

Definition

Namespace: Metas.UncLib.Core
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
public static T ComplexAbs<T>(
	T a,
	T b
)
where T : Object, IRealNumber<T>

Parameters

a  T
Real part
b  T
Imag part

Type Parameters

T
Real Type

Return Value

T

See Also