public interface IRealElementArithmetic<T> : IElementArithmetic<T>,
IArithmetic<T>
Public Interface IRealElementArithmetic(Of T)
Inherits IElementArithmetic(Of T), IArithmetic(Of T)generic<typename T>
public interface class IRealElementArithmetic : IElementArithmetic<T>,
IArithmetic<T>type IRealElementArithmetic<'T> =
interface
interface IElementArithmetic<'T>
interface IArithmetic<'T>
end| One |
Returns the neutral element of multiplication
(Inherited from IElementArithmeticT) |
| Zero |
Returns the neutral element of addition
(Inherited from IElementArithmeticT) |
| Add |
Returns the sum of the object and b.
(Inherited from IArithmeticT) |
| AddProduct |
Returns the sum of the object and the product of b and c.
(Inherited from IElementArithmeticT) |
| ComplexAbs | Complex absolute value |
| ComplexAddProduct | Complex add product d = a + b * c |
| ComplexDivision | Complex division |
| ComplexMultiplication | Complex multiplication |
| ComplexSubtractProduct | Complex subtract product d = a - b * c |
| 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) |
| SubtractProduct |
Returns the difference of the object and the product of b and c.
(Inherited from IElementArithmeticT) |