IComplex Operations<T, U> Interface
Represents the contract for operations on an operand type that represents complex values.
Definition
Namespace: Numerics.NET.Generic
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
[ObsoleteAttribute("Use IOperations<T> instead.")]
public interface IComplexOperations<T, U> : IComplexOperations<T>,
IGroupOperations<T>, IComparer<T>, IEqualityComparer<T>
- Implements
- IComplexOperations<T>, IGroupOperations<T>, IComparer<T>, IEqualityComparer<T>
Type Parameters
- T
- The type of the complex operands.
- U
- The type of real operands.
Properties
Imaginary |
Gets the imaginary unit, i.
(Inherited from IComplexOperations<T>) |
Max |
Gets the largest possible value of the operand type.
(Inherited from IGroupOperations<T>) |
Min |
Gets the smallest possible value of the operand type.
(Inherited from IGroupOperations<T>) |
Zero |
Gets the value of zero for the operand type T.
(Inherited from IGroupOperations<T>) |
Methods
Abs |
Returns the absolute value of a value.
(Inherited from IGroupOperations<T>) |
Add( | Adds a complex number and a real number. |
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.
(Inherited from IComplexOperations<T>) |
Conjugate |
Multiplies the conjugate of the left operand with the right operand.
(Inherited from IComplexOperations<T>) |
Equals | Determines whether the specified objects are equal. (Inherited from IEqualityComparer<T>) |
From | Constructs a complex number from polar components. |
Get | Returns a hash code for the specified object. (Inherited from IEqualityComparer<T>) |
Magnitude | Gets the modulus or absolute value of a complex number. |
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.
(Inherited from IComplexOperations<T>) |
Phase | Returns the argument or phase of a complex value. |
Subtract( | Adds a real number from a complex number. |
Subtract( | Subtracts a complex number from a real number. |
Subtract( |
Subtracts one value from another.
(Inherited from IGroupOperations<T>) |