IComplex Operations<T> Methods
Methods
Abs |
Returns the absolute value of a value.
(Inherited from IGroupOperations<T>) |
Add |
Adds one value to another.
(Inherited from IGroupOperations<T>) |
Compare | Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other. (Inherited from IComparer<T>) |
Conjugate | Returns the conjugate of a complex value. |
Conjugate | Multiplies the conjugate of the left operand with the right operand. |
Equals | Determines whether the specified objects are equal. (Inherited from IEqualityComparer<T>) |
Get | Returns a hash code for the specified object. (Inherited from IEqualityComparer<T>) |
Negate |
Negates a value.
(Inherited from IGroupOperations<T>) |
One | Returns the sum the absolute values of the real and imaginary parts of a comples value. |
Subtract |
Subtracts one value from another.
(Inherited from IGroupOperations<T>) |