RealTSubtractProduct 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 Real<T> SubtractProduct(
Real<T> b,
Real<T> c
)
Public Function SubtractProduct (
b As Real(Of T),
c As Real(Of T)
) As Real(Of T)
public:
virtual Real<T> SubtractProduct(
Real<T> b,
Real<T> c
) sealed
abstract SubtractProduct :
b : Real<'T> *
c : Real<'T> -> Real<'T>
override SubtractProduct :
b : Real<'T> *
c : Real<'T> -> Real<'T>
- b RealT
- The second operand
- c RealT
- The third operand
RealTthe difference a - b * c
IElementArithmeticTSubtractProduct(T, T)