MathStandardComplexAbsT Method
Complex absolute value
Namespace: Metas.UncLib.CoreAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
public static T StandardComplexAbs<T>(
T a,
T b
)
where T : Object, IRealNumber<T>
Public Shared Function StandardComplexAbs(Of T As {Object, IRealNumber(Of T)}) (
a As T,
b As T
) As T
public:
generic<typename T>
where T : Object, IRealNumber<T>
static T StandardComplexAbs(
T a,
T b
)
static member StandardComplexAbs :
a : 'T *
b : 'T -> 'T when 'T : Object and IRealNumber<'T>
- a T
- Real part
- b T
- Imag part
- T
- Real Type
T