IRealElementArithmeticT Interface

Real Element Arithmetic Interface.

Definition

Namespace: Metas.UncLib.Core.Interface
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 3.0.9684.25141
C#
public interface IRealElementArithmetic<T> : IElementArithmetic<T>, 
	IArithmetic<T>
Implements
IArithmeticT, IElementArithmeticT

Type Parameters

T

Properties

One Returns the neutral element of multiplication
(Inherited from IElementArithmeticT)
Zero Returns the neutral element of addition
(Inherited from IElementArithmeticT)

Methods

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)

See Also