Complex Methods |
The Complex type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Abs |
Gets the absolute value (or magnitude) of a complex number.
|
![]() ![]() | Acos |
Returns the angle that is the arc cosine of the specified complex number.
|
![]() ![]() | Add |
Adds two complex numbers.
|
![]() ![]() | Asin |
Returns the angle that is the arc sine of the specified complex number.
|
![]() ![]() | Atan |
Returns the angle that is the arc tangent of the specified complex number.
|
![]() ![]() | Conjugate |
Computes the conjugate of a complex number and returns the result.
|
![]() ![]() | Cos |
Returns the cosine of the specified complex number.
|
![]() ![]() | Cosh |
Returns the hyperbolic cosine of the specified complex number.
|
![]() ![]() | Divide |
Divides a specified complex number by another specified complex number.
|
![]() | Equals(Object) |
Indicates whether the current complex number is equal to another one.
(Overrides ValueTypeEquals(Object).) |
![]() | Equals(Complex) |
Indicates whether the current complex number is equal to another one.
|
![]() ![]() | Exp |
Returns e raised to the power specified by a complex number.
|
![]() ![]() | FromPolarCoordinates |
Creates a complex number from a point's polar coordinates.
|
![]() | GetHashCode |
Returns the hash code for the current Complex object.
(Overrides ValueTypeGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | Log(Complex) |
Returns the natural (base E) logarithm of a specified complex number.
|
![]() ![]() | Log(Complex, Double) |
Returns the logarithm of a specified complex number in a specified base.
|
![]() ![]() | Log10 |
Returns the base-10 logarithm of a specified complex number.
|
![]() ![]() | Multiply |
Multiplies two specified complex numbers.
|
![]() ![]() | Negate |
Returns the additive inverse of a specified complex number.
|
![]() ![]() | Pow(Complex, Complex) |
Returns a specified complex number raised to a power specified by a
complex number.
|
![]() ![]() | Pow(Complex, Double) |
Returns a specified complex number raised to a power specified by a
double-precision floating-point number.
|
![]() ![]() | Reciprocal |
Returns the multiplicative inverse of a complex number.
|
![]() ![]() | Sin |
Returns the sine of the specified complex number.
|
![]() ![]() | Sinh |
Returns the hyperbolic sine of the specified complex number.
|
![]() ![]() | Sqrt |
Returns the square root of a specified complex number.
|
![]() ![]() | Subtract |
Subtracts a complex number from another complex number.
|
![]() ![]() | Tan |
Returns the tangent of the specified complex number.
|
![]() ![]() | Tanh |
Returns the hyperbolic tangent of the specified complex number.
|
![]() | ToString |
Converts the value of the current complex number to its
equivalent string representation in Cartesian form.
(Overrides ValueTypeToString.) |
![]() | ToString(IFormatProvider) |
Converts the value of the current complex number to its
equivalent string representation in Cartesian form by using the
specified culture-specific formatting information.
|
![]() | ToString(String) |
Converts the value of the current complex number to its
equivalent string representation in Cartesian form by using the
specified format for its real and imaginary parts.
|
![]() | ToString(String, IFormatProvider) |
Formats the value of this complex number using the specified format.
|