IArithmeticT Interface

Base Arithmetic Interface.

Definition

Namespace: Metas.UncLib.Core.Interface
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
public interface IArithmetic<T>

Type Parameters

T

Methods

Add Returns the sum of the object and b.
Divide Returns the quotient of the object and b.
Multiply Returns the product of the object and b.
Negative Returns the negative of the object.
Subtract Returns the difference of the object and b.

See Also