IComplexFieldOperations<T, U> Methods

Methods

Abs Returns the absolute value of a value.
(Inherited from IGroupOperations<T>)
Add(T, U) Adds a complex number and a real number.
(Inherited from IComplexOperations<T, U>)
Add(T, T) Adds one value to another.
(Inherited from IGroupOperations<T>)
CompareCompares 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>)
ConjugateMultiply Multiplies the conjugate of the left operand with the right operand.
(Inherited from IComplexOperations<T>)
Divide(T, U) Divides a complex number by a real number.
Divide(U, T) Divides a real number by a complex number.
Divide(T, T) Divides a value by another.
(Inherited from IDivisionOperations<T, TClosure>)
EqualsDetermines whether the specified objects are equal.
(Inherited from IEqualityComparer<T>)
FromInt32 Converts an integer to the operand type.
(Inherited from IRingOperations<T>)
FromPolar Constructs a complex number from polar components.
(Inherited from IComplexOperations<T, U>)
GetHashCodeReturns a hash code for the specified object.
(Inherited from IEqualityComparer<T>)
Magnitude Gets the modulus or absolute value of a complex number.
(Inherited from IComplexOperations<T, U>)
Multiply(T, U) Multiplies a complex number and a real number.
(Inherited from IComplexRingOperations<T, U>)
Multiply(TScalar, TVector) Multiplies a vector by a scalar.
(Inherited from IVectorSpaceOperations<TScalar, TVector>)
Negate Negates a value.
(Inherited from IGroupOperations<T>)
OneNorm 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.
(Inherited from IComplexOperations<T, U>)
Reciprocal Returns the reciprocal of a value.
(Inherited from IDivisionOperations<T, TClosure>)
ScaleByPowerOfTwo Scales the specified number by the specified power of two.
(Inherited from IRingOperations<T>)
Subtract(T, U) Adds a real number from a complex number.
(Inherited from IComplexOperations<T, U>)
Subtract(U, T) Subtracts a complex number from a real number.
(Inherited from IComplexOperations<T, U>)
Subtract(T, T) Subtracts one value from another.
(Inherited from IGroupOperations<T>)
ToInt32 Converts the operand type to an integer.
(Inherited from IRingOperations<T>)

Extension Methods

Max<T> Returns the larger of two numbers.
(Defined by GenericExtensions)
Max<T> Returns the largest of three numbers.
(Defined by GenericExtensions)
Min<T> Returns the smaller of two numbers.
(Defined by GenericExtensions)
Min<T> Returns the smallest of three numbers.
(Defined by GenericExtensions)
Pow<T> Raises a value to the specified power..
(Defined by GenericExtensions)
Pow<T> Raises a value to the specified power..
(Defined by GenericExtensions)

See Also