MathStandardComplexDivisionT Method
Complex division
Namespace: Metas.UncLib.CoreAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
public static T StandardComplexDivision<T>(
T a,
T b,
T c,
T d,
out T f
)
where T : new(), Object, IRealNumber<T>
Public Shared Function StandardComplexDivision(Of T As {New, Object, IRealNumber(Of T)}) (
a As T,
b As T,
c As T,
d As T,
<OutAttribute> ByRef f As T
) As T
public:
generic<typename T>
where T : gcnew(), Object, IRealNumber<T>
static T StandardComplexDivision(
T a,
T b,
T c,
T d,
[OutAttribute] T% f
)
static member StandardComplexDivision :
a : 'T *
b : 'T *
c : 'T *
d : 'T *
f : 'T byref -> 'T when 'T : new() and Object and IRealNumber<'T>
- a T
- Numerator real part
- b T
- Numerator imag part
- c T
- Denominator real part
- d T
- Denominator imag part
- f T
- Result imag part
- T
- Real Type
TResult real part