UncNumberMultiply Method
Returns the product of the object and b.
Namespace: Metas.UncLib.DistPropAssembly: Metas.UncLib.DistProp (in Metas.UncLib.DistProp.dll) Version: 2.8.9053.20202
public UncNumber Multiply(
UncNumber b
)
Public Function Multiply (
b As UncNumber
) As UncNumber
public:
virtual UncNumber Multiply(
UncNumber b
) sealed
abstract Multiply :
b : UncNumber -> UncNumber
override Multiply :
b : UncNumber -> UncNumber
- b UncNumber
- The second operand
UncNumberthe product
IArithmeticTMultiply(T)