UncNumberMultiply Method

Returns the product 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 Multiply(
	UncNumber b
)

Parameters

b  UncNumber
The second operand

Return Value

UncNumber
the product

Implements

IArithmeticTMultiply(T)

See Also