UncNumberSubtractProduct Method

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

Definition

Namespace: Metas.UncLib.DistProp
Assembly: Metas.UncLib.DistProp (in Metas.UncLib.DistProp.dll) Version: 3.0.9684.25153
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