UncNumberAddProduct Method

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

Definition

Namespace: Metas.UncLib.LinProp
Assembly: Metas.UncLib.LinProp (in Metas.UncLib.LinProp.dll) Version: 3.0.9684.25144
C#
public UncNumber AddProduct(
	UncNumber b,
	UncNumber c
)

Parameters

b  UncNumber
The second operand
c  UncNumber
The third operand

Return Value

UncNumber
the sum a + b * c

Implements

IElementArithmeticTAddProduct(T, T)

See Also