| Name | Description |
---|
  | Abs | |
  | Acos(Double) |
Gets the inverse cosine of a real number.
|
  | Acos(DoubleComplex) | |
  | Acosh | |
  | Add(Double, DoubleComplex) | |
  | Add(DoubleComplex, DoubleComplex) | |
  | Add(DoubleComplex, Double) | |
  | Arg | |
  | Asin(Double) |
Gets the inverse sine of a real number.
|
  | Asin(DoubleComplex) | |
  | Asinh | |
  | Atan | |
  | Atanh | |
 | Conjugate |
Returns the conjugate of this complex number.
|
  | Conjugate(DoubleComplex) | |
  | ConjugateMultiply | |
  | Cos | |
  | Cosh | |
  | Decrement | |
  | Divide(Double, DoubleComplex) | |
  | Divide(DoubleComplex, DoubleComplex) | |
  | Divide(DoubleComplex, Double) | |
 | Equals(Double) |
Compares a complex number to a real number.
|
 | Equals(Object) |
Overridden. Returns a value indicating whether this
instance is equal to a specified object.
(Overrides ValueTypeEquals(Object).) |
 | Equals(DoubleComplex) |
Compares a complex number to another complex number.
|
 | Equals(Object, IEqualityComparer) |
Overridden. Returns a value indicating whether this
instance is equal to a specified object.
|
  | Exp |
Returns e raised to the specified power.
|
  | ExpI |
Evaluates the exponential function for an imaginary
argument.
|
  | ExpMinus1 |
Returns the exponential function minus 1.
|
  | FromPolar |
Constructs a complex number from polar components.
|
 | GetHashCode |
Overridden. Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.) |
 | GetHashCode(IEqualityComparer) |
Overridden. Returns the hash code for this instance.
|
  | GetImaginaryPart |
Returns an array of Doubles that contains the imaginary
parts of an array of DoubleComplex numbers.
|
  | GetRealPart |
Returns an array of Doubles that contains the real
parts of an array of DoubleComplex numbers.
|
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
  | Imaginary |
Constructs a complex number that has a purely imaginary value.
|
  | Increment | |
  | IsInfinity | |
  | IsNaN | |
  | Log(DoubleComplex) | |
  | Log(DoubleComplex, DoubleComplex) |
Returns the logarithm of a DoubleComplex number
to the specified base.
|
  | Log10 | |
  | Log1PlusX |
Returns the logarithm of 1 plus the argument.
|
  | Multiply(Double, DoubleComplex) | |
  | Multiply(DoubleComplex, DoubleComplex) | |
  | Multiply(DoubleComplex, Double) | |
  | Negate | |
  | Plus | |
  | Pow(DoubleComplex, DoubleComplex) | |
  | Pow(DoubleComplex, Double) | |
  | Pow(DoubleComplex, Int32) |
Returns a DoubleComplex number raised to the specified
integer power.
|
  | RootOfUnity |
Returns a complex number that is the specified
root of unity of the specified degree.
|
  | Sin | |
  | Sinh | |
  | Sqrt(Double) |
Returns the first square root of a real number.
|
  | Sqrt(DoubleComplex) | |
  | Subtract(Double, DoubleComplex) | |
  | Subtract(DoubleComplex, DoubleComplex) | |
  | Subtract(DoubleComplex, Double) | |
  | Tan | |
  | Tanh | |
 | 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.
|