Provides simple functions of complex arguments.

Namespace: Meta.Numerics
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 2.1.0.0 (2.1.0.0)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public static class ComplexMath
Public NotInheritable Class ComplexMath
public ref class ComplexMath abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type ComplexMath =  class end

Members

         
 All Members  Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Abs(Complex)
Computes the absolute value of a complex number.
Arg(Complex)
Computes the phase of a complex number.
Cos(Complex)
Computes the cosine of a complex number.
Cosh(Complex)
Computes the hyperbolic cosine of a complex number.
Exp(Complex)
Computes e raised to the power of a complex number.
I
Gets the unit imaginary number I.
Log(Complex)
Computes the natrual logarithm of a complex number.
Pow(Double, Complex)
Raises a real number to an arbitrary complex power.
Pow(Complex, Double)
Raises a complex number to an arbitrary real power.
Pow(Complex, Int32)
Raises a complex number to an integer power.
Sin(Complex)
Computes the sine of a complex number.
Sinh(Complex)
Computes the hyperbolic sine of a complex number.
Sqrt(Complex)
Computes the square root of a complex number.
Tan(Complex)
Computes the tangent of a complex number.
Tanh(Complex)
Computes the hyperbolic tangent of a complex number.

Inheritance Hierarchy

System..::..Object
  Meta.Numerics..::..ComplexMath

See Also