ComplexTSubtractProduct Method
Returns the difference of the object and the product of b and c.
Namespace: Metas.UncLib.CoreAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 3.0.9684.25141
public Complex<T> SubtractProduct(
Complex<T> b,
Complex<T> c
)
Public Function SubtractProduct (
b As Complex(Of T),
c As Complex(Of T)
) As Complex(Of T)
public:
virtual Complex<T> SubtractProduct(
Complex<T> b,
Complex<T> c
) sealed
abstract SubtractProduct :
b : Complex<'T> *
c : Complex<'T> -> Complex<'T>
override SubtractProduct :
b : Complex<'T> *
c : Complex<'T> -> Complex<'T>
- b ComplexT
- The second operand
- c ComplexT
- The third operand
ComplexTthe difference a - b * c
IElementArithmeticTSubtractProduct(T, T)