Complex<T> Methods
Methods
Abs | Returns the absolute value of a complex number. |
Acos( | Gets the inverse cosine of a real number. |
Acos( | Gets the inverse cosine of a complex number. |
Acosh | Gets the inverse hyperbolic cosine of a complex number. |
Add( | Adds a complex number to a real number. |
Add( | Adds a complex number to a real number. |
Add( | Adds two complex numbers. |
Arg | Returns the argument of a complex number. |
Asin( | Gets the inverse sine of a real number. |
Asin( | 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. |
Cbrt | Returns the first square root of a complex number. |
Conjugate() | Returns the conjugate of this complex number. |
Conjugate( | Returns the conjugate of a complex number. |
Conjugate | Multiplies the Conjugate() of a complex number and a second complex number. |
Cos | Gets the cosine of a complex number. |
Cosh | Gets the hyperbolic cosine of a complex number. |
Deconstruct | Deconstructs a complex number into its real and complex parts. |
Decrement | Decrements the real part of a complex number by one. |
Divide( | Divides a real number by a complex number. |
Divide( | Divides a complex number by a real number. |
Divide( | Divides a complex number by another. |
Equals( | Compares a complex number to a real number. |
Equals( | Compares a complex number to another complex number. |
Equals( |
Overridden. Returns whether this
instance is equal to a specified object.
(Overrides ValueType.Equals(Object)) |
Exp | Returns e raised to the specified power. |
Exp10 | Returns 10 raised to the specified power. |
Exp2 | Returns 2 raised to the specified power. |
Exp | Evaluates the exponential function for an imaginary argument. |
Exp | Computes E raised to a given power and subtracts one. |
From | Constructs a complex number from polar elements. |
Get |
Overridden. Returns the hash code for this instance.
(Overrides ValueType.GetHashCode()) |
Get | Returns an array of Doubles that contains the imaginary parts of an array of complex numbers. |
Get | Returns an array of Doubles that contains the real parts of an array of complex numbers. |
Get | 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. |
IsNa | Indicates whether a complex number is undefined. |
Log( | Returns the natural logarithm of a complex number. |
Log( | Returns the logarithm of a complex number to the specified base. |
Log10 | Returns the base 10 logarithm of a complex number. |
Log2 | Returns the base 2 logarithm of a complex number. |
Multiply( | Multiplies a complex number and a real number. |
Multiply( | Multiplies a complex number and a real number. |
Multiply( | Multiplies two complex numbers. |
Negate | Negates a complex number. |
Parse( | Parses a span of characters into a value. |
Parse( | Parses a string into a value. |
Parse( | Parses a span of characters into a value. |
Parse( | Parses a string into a value. |
Plus | Applies the unary plus operator to a complex number. |
Pow( | Returns a complex number raised to the specified power. |
Pow( | Returns a complex number raised to the specified power. |
Pow( | Returns a complex number raised to the specified integer power. |
Reciprocal | Returns the reciprocal of a complex number. |
Root | Returns a complex number that is the specified root of unity of the specified degree. |
Sin | Gets the sine of a complex number. |
Sin | Gets the sine and cosine of a complex number. |
Sinh | Gets the hyperbolic sine of a complex number. |
Sqrt( | Returns the first square root of a real number. |
Sqrt( | Returns the first square root of a complex number. |
Subtract( | Subtracts a complex number from a real number. |
Subtract( | Subtracts a real number from a complex number. |
Subtract( | Subtracts two complex numbers. |
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 ValueType.ToString()) |
ToString( | Converts the numeric value of this instance to its equivalent string representation using the specified culture-specific format information. |
ToString( | Converts the numeric value of this instance to its equivalent string representation using the specified format. |
ToString( | Converts the numeric value of this instance to its equivalent string representation using the specified format and culture-specific format information. |
Try | Tries to format the value of the current instance into the provided span of characters. |
Try | Tries to parse a span of characters into a value. |
Try | Tries to parse a string into a value. |
Try | Tries to parse a span of characters into a value. |
Try | Tries to parse a string into a value. |