UncNumberSubtract Method

Returns the difference of the object and b.

Definition

Namespace: Metas.UncLib.LinProp
Assembly: Metas.UncLib.LinProp (in Metas.UncLib.LinProp.dll) Version: 2.8.9053.20196
C#
public UncNumber Subtract(
	UncNumber b
)

Parameters

b  UncNumber
The second operand

Return Value

UncNumber
the difference

Implements

IArithmeticTSubtract(T)

See Also