RealTAddProduct Method
Returns the sum 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> AddProduct(
Real<T> b,
Real<T> c
)
Public Function AddProduct (
b As Real(Of T),
c As Real(Of T)
) As Real(Of T)
public:
virtual Real<T> AddProduct(
Real<T> b,
Real<T> c
) sealed
abstract AddProduct :
b : Real<'T> *
c : Real<'T> -> Real<'T>
override AddProduct :
b : Real<'T> *
c : Real<'T> -> Real<'T>
- b RealT
- The second operand
- c RealT
- The third operand
RealTthe sum a + b * c
IElementArithmeticTAddProduct(T, T)