Provides simple functions of complex arguments.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public static class ComplexMath
Public NotInheritable Class ComplexMath
public ref class ComplexMath abstract sealed

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(Complex, Double)
Raises a complex number to an arbitrary real 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