UncNumberSubtractProduct Method

Returns the difference 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 SubtractProduct(
	UncNumber b,
	UncNumber c
)

Parameters

b  UncNumber
The second operand
c  UncNumber
The third operand

Return Value

UncNumber
the difference a - b * c

Implements

IElementArithmeticTSubtractProduct(T, T)

See Also