Complex Methods

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The Complex type exposes the following members.

Methods

  Name Description
Public methodStatic member Abs Gets the absolute value (or magnitude) of a complex number.
Public methodStatic member Acos Returns the angle that is the arc cosine of the specified complex number.
Public methodStatic member Add Adds two complex numbers and returns the result.
Public methodStatic member Asin Returns the angle that is the arc sine of the specified complex number.
Public methodStatic member Atan Returns the angle that is the arc tangent of the specified complex number.
Public methodStatic member Conjugate Computes the conjugate of a complex number and returns the result.
Public methodStatic member Cos Returns the cosine of the specified complex number.
Public methodStatic member Cosh Returns the hyperbolic cosine of the specified complex number.
Public methodStatic member Divide Divides one complex number by another and returns the result.
Public method Equals(Complex) Returns a value that indicates whether the current instance and a specified complex number have the same value.
Public method Equals(Object) Returns a value that indicates whether the current instance and a specified object have the same value. (Overrides ValueType.Equals(Object).)
Public methodStatic member Exp Returns e raised to the power specified by a complex number.
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public methodStatic member FromPolarCoordinates Creates a complex number from a point's polar coordinates.
Public method GetHashCode Returns the hash code for the current Complex object. (Overrides ValueType.GetHashCode().)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public methodStatic member Log(Complex) Returns the natural (base e) logarithm of a specified complex number.
Public methodStatic member Log(Complex, Double) Returns the logarithm of a specified complex number in a specified base.
Public methodStatic member Log10 Returns the base-10 logarithm of a specified complex number.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public methodStatic member Multiply Returns the product of two complex numbers.
Public methodStatic member Negate Returns the additive inverse of a specified complex number.
Public methodStatic member Pow(Complex, Double) Returns a specified complex number raised to a power specified by a double-precision floating-point number.
Public methodStatic member Pow(Complex, Complex) Returns a specified complex number raised to a power specified by a complex number.
Public methodStatic member Reciprocal Returns the multiplicative inverse of a complex number.
Public methodStatic member Sin Returns the sine of the specified complex number.
Public methodStatic member Sinh Returns the hyperbolic sine of the specified complex number.
Public methodStatic member Sqrt Returns the square root of a specified complex number.
Public methodStatic member Subtract Subtracts one complex number from another and returns the result.
Public methodStatic member Tan Returns the tangent of the specified complex number.
Public methodStatic member Tanh Returns the hyperbolic tangent of the specified complex number.
Public method ToString() Converts the value of the current complex number to its equivalent string representation in Cartesian form. (Overrides ValueType.ToString().)
Public method 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.
Public method 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.
Public method ToString(String, IFormatProvider) Converts the value of the current complex number to its equivalent string representation in Cartesian form by using the specified format and culture-specific format information for its real and imaginary parts.

Top