IArithmeticT Interface
Base Arithmetic Interface.
Namespace: Metas.UncLib.Core.InterfaceAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.9.9435.16862
public interface IArithmetic<T>
Public Interface IArithmetic(Of T)
generic<typename T>
public interface class IArithmetic
type IArithmetic<'T> = interface end
Type Parameters
- T
| 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.
|