RealTAddProduct Method

Returns the sum 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 Real<T> AddProduct(
	Real<T> b,
	Real<T> c
)

Parameters

b  RealT
The second operand
c  RealT
The third operand

Return Value

RealT
the sum a + b * c

Implements

IElementArithmeticTAddProduct(T, T)

See Also