IRealMathTComplexDivision Method
Complex division
Namespace: Metas.UncLib.Core.InterfaceAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
T ComplexDivision(
T _b,
T _c,
T _d,
out T _f
)
Function ComplexDivision (
_b As T,
_c As T,
_d As T,
<OutAttribute> ByRef _f As T
) As T
T ComplexDivision(
T _b,
T _c,
T _d,
[OutAttribute] T% _f
)
abstract ComplexDivision :
_b : 'T *
_c : 'T *
_d : 'T *
_f : 'T byref -> 'T
- _b T
- Numerator imag part
- _c T
- Denominator real part
- _d T
- Denominator imag part
- _f T
- Result imag part
TResult real part