public interface IElementArithmetic<T> : IArithmetic<T>
Public Interface IElementArithmetic(Of T)
Inherits IArithmetic(Of T)
generic<typename T>
public interface class IElementArithmetic : IArithmetic<T>
type IElementArithmetic<'T> =
interface
interface IArithmetic<'T>
end
Add |
Returns the sum of the object and b.
(Inherited from IArithmeticT) |
Divide |
Returns the quotient of the object and b.
(Inherited from IArithmeticT) |
Multiply |
Returns the product of the object and b.
(Inherited from IArithmeticT) |
Negative |
Returns the negative of the object.
(Inherited from IArithmeticT) |
Subtract |
Returns the difference of the object and b.
(Inherited from IArithmeticT) |