| Name | Description |
---|
  | Abs |
Returns the absolute value of a complex
number.
|
  | Acos(T) |
Gets the inverse cosine of a real number.
|
  | Acos(ComplexT) |
Gets the inverse cosine of a complex number.
|
  | Acosh |
Gets the inverse hyperbolic cosine of a complex number.
|
  | Add(T, ComplexT) |
Adds a complex number to a real number.
|
  | Add(ComplexT, ComplexT) |
Adds two complex numbers.
|
  | Add(ComplexT, T) |
Adds a complex number to a real number.
|
  | Arg |
Returns the argument of a complex
number.
|
  | Asin(T) |
Gets the inverse sine of a real number.
|
  | Asin(ComplexT) |
Gets the inverse sine of a complex number.
|
  | Asinh |
Gets the inverse hyperbolic sine of a complex number.
|
  | Atan |
Gets the inverse tangent of a complex number.
|
  | Atanh |
Gets the inverse hyperbolic tangent of a complex number.
|
 | Conjugate |
Returns the conjugate of this complex number.
|
  | Conjugate(ComplexT) |
Returns the conjugate of a complex number.
|
  | ConjugateMultiply | |
  | Cos |
Gets the cosine of a complex number.
|
  | Cosh |
Gets the hyperbolic cosine of a complex number.
|
  | Decrement |
Decrements the real part of a complex number
by one.
|
  | Divide(T, ComplexT) |
Divides a real number by a complex number.
|
  | Divide(ComplexT, ComplexT) |
Divides a complex number by another.
|
  | Divide(ComplexT, T) |
Divides a complex number by a real number.
|
 | Equals(Object) |
Overridden. Returns a value indicating whether this
instance is equal to a specified object.
(Overrides ValueTypeEquals(Object).) |
 | Equals(T) |
Compares a complex number to a real number.
|
 | Equals(ComplexT) |
Compares a complex number to another complex number.
|
  | Exp |
Returns e raised to the specified power.
|
  | ExpI |
Evaluates the exponential function for an imaginary
argument.
|
  | FromPolar |
Constructs a complex number from polar elements.
|
 | GetHashCode |
Overridden. Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.) |
  | GetImaginaryPart |
Returns an array of Doubles that contains the imaginary
parts of an array of complex numbers.
|
  | GetRealPart |
Returns an array of Doubles that contains the real
parts of an array of complex numbers.
|
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
  | Imaginary |
Constructs a complex number that has a purely imaginary value.
|
  | Increment |
Increments the real part of a complex number
by one.
|
  | IsInfinity |
Indicates whether a complex number is
infinite.
|
  | IsNaN |
Indicates whether a complex number is
undefined.
|
  | Log(ComplexT) |
Returns the natural logarithm of a complex number.
|
  | Log(ComplexT, ComplexT) |
Returns the logarithm of a complex number
to the specified base.
|
  | Log10 |
Returns the base 10 logarithm of a complex number.
|
  | Multiply(T, ComplexT) |
Multiplies a complex number and a real number.
|
  | Multiply(ComplexT, ComplexT) |
Multiplies two complex numbers.
|
  | Multiply(ComplexT, T) |
Multiplies a complex number and a real number.
|
  | Negate |
Negates a complex number.
|
  | Plus |
Applies the unary plus operator to a complex number.
|
  | Pow(ComplexT, ComplexT) |
Returns a complex number raised to the specified
power.
|
  | Pow(ComplexT, Int32) |
Returns a complex number raised to the specified
integer power.
|
  | Pow(ComplexT, T) |
Returns a complex number raised to the specified
power.
|
  | RootOfUnity |
Returns a complex number that is the specified
root of unity of the specified degree.
|
  | Sin |
Gets the sine of a complex number.
|
  | Sinh |
Gets the hyperbolic sine of a complex number.
|
  | Sqrt(T) |
Returns the first square root of a real number.
|
  | Sqrt(ComplexT) |
Returns the first square root of a complex number.
|
  | Subtract(T, ComplexT) |
Subtracts a complex number from a real number.
|
  | Subtract(ComplexT, ComplexT) |
Subtracts two complex numbers.
|
  | Subtract(ComplexT, T) |
Subtracts a real number from a complex number.
|
  | Tan |
Gets the tangent of a complex number.
|
  | Tanh |
Gets the hyperbolic tangent of a complex number.
|
 | ToString |
Converts the numeric value of this instance to its
equivalent string representation.
(Overrides ValueTypeToString.) |
 | ToString(IFormatProvider) |
Converts the numeric value of this instance to its
equivalent string representation using the specified
culture-specific format information.
|
 | ToString(String) |
Converts the numeric value of this instance to its
equivalent string representation using the specified
format.
|
 | ToString(String, IFormatProvider) |
Converts the numeric value of this instance to its
equivalent string representation using the specified
format and culture-specific format information.
|