RealTComplexMultiplication Method
Complex multiplication
Namespace: Metas.UncLib.CoreAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 3.0.9684.25141
public Real<T> ComplexMultiplication(
Real<T> _b,
Real<T> _c,
Real<T> _d,
out Real<T> _f
)
Public Function ComplexMultiplication (
_b As Real(Of T),
_c As Real(Of T),
_d As Real(Of T),
<OutAttribute> ByRef _f As Real(Of T)
) As Real(Of T)
public:
virtual Real<T> ComplexMultiplication(
Real<T> _b,
Real<T> _c,
Real<T> _d,
[OutAttribute] Real<T>% _f
) sealed
abstract ComplexMultiplication :
_b : Real<'T> *
_c : Real<'T> *
_d : Real<'T> *
_f : Real<'T> byref -> Real<'T>
override ComplexMultiplication :
_b : Real<'T> *
_c : Real<'T> *
_d : Real<'T> *
_f : Real<'T> byref -> Real<'T>
- _b RealT
- First imag part
- _c RealT
- Second real part
- _d RealT
- Second imag part
- _f RealT
- Result imag part
RealTResult real part
IRealElementArithmeticTComplexMultiplication(T, T, T, T)