MathComplexSubtractProductT Method
Complex subtract product d = a - b * c
Namespace: Metas.UncLib.CoreAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 3.0.9684.25141
public static T ComplexSubtractProduct<T>(
T a_re,
T a_im,
T b_re,
T b_im,
T c_re,
T c_im,
out T d_im
)
where T : Object, IRealNumber<T>
Public Shared Function ComplexSubtractProduct(Of T As {Object, IRealNumber(Of T)}) (
a_re As T,
a_im As T,
b_re As T,
b_im As T,
c_re As T,
c_im As T,
<OutAttribute> ByRef d_im As T
) As T
public:
generic<typename T>
where T : Object, IRealNumber<T>
static T ComplexSubtractProduct(
T a_re,
T a_im,
T b_re,
T b_im,
T c_re,
T c_im,
[OutAttribute] T% d_im
)
static member ComplexSubtractProduct :
a_re : 'T *
a_im : 'T *
b_re : 'T *
b_im : 'T *
c_re : 'T *
c_im : 'T *
d_im : 'T byref -> 'T when 'T : Object and IRealNumber<'T>
- a_re T
- a real part
- a_im T
- a imag part
- b_re T
- b real part
- b_im T
- b imag part
- c_re T
- c real part
- c_im T
- c imag part
- d_im T
- d imag part
- T
Td real part