ComplexTSubtractProduct Method

Returns the difference of the object and the product of b and c.

Definition

Namespace: Metas.UncLib.Core
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 3.0.9684.25141
C#
public Complex<T> SubtractProduct(
	Complex<T> b,
	Complex<T> c
)

Parameters

b  ComplexT
The second operand
c  ComplexT
The third operand

Return Value

ComplexT
the difference a - b * c

Implements

IElementArithmeticTSubtractProduct(T, T)

See Also