Complex Class

Public Class Complex
This language is not supported or no code example is available.
public class Complex
This language is not supported or no code example is available.
public ref class Complex 
This language is not supported or no code example is available.
public class Complex
This language is not supported or no code example is available.
Name Description
Public constructor Complex() Inits complex number as (0, 0).
Public constructor Complex(double) Inits complex number with imaginary part = 0.
Public constructor Complex(double, double) Inits complex number.
Top
Name Description
Public property Static I Imaginary unit.
Public property Im Contains the imaginary part of a complex number.
Public property Static One Complex number one.
Public property Re Contains the real part of a complex number.
Public property Static Zero Complex number zero.
Top
Methods
 
Name Description
Public method Static Abs(Complex) Calcs the absolute value of a complex number.
Public method Static Arg(Complex) Argument of the complex number.
Public method Static Conj(Complex) Computes the conjugation of a complex number.
Public method Static Cos(Complex) Complex cosine.
Public method Static Cosh(Complex) Hyperbolic cosine of a.
Public method Static Cot(Complex) Cotangent of a.
Public method Static Coth(Complex) Hyperbolic cotangent of a.
Public method Static Csch(Complex) Hyperbolic cosecant of a.
Public method Equals(object) Determines whether the specified object is equal to the current object.
Public method Static Exp(Complex) Complex exponential function.
Public method GetHashCode() Serves as the default hash function.
Public method Static Inv(Complex) Inverts a.
Public method IsImaginary()
Public method IsReal()
Public method Static Log(Complex) Main value of the complex logarithm.
Public method Static Pow(Complex, Complex)
Public method Static Pow(Complex, double)
Public method Static Pow(double, Complex)
Public method Static Sech(Complex) Hyperbolic secant of a.
Public method Static Sin(Complex) Complex sine.
Public method Static Sinh(Complex) Hyperbolic sine of a.
Public method Static Sqrt(Complex) Complex square root.
Public method Static Sqrt(double) Complex square root.
Public method Static Tan(Complex) Tangent of a.
Public method Static Tanh(Complex) Hyperbolic tangent of a.
Public method ToString() Returns a string that represents the current object.
Public method ToString(string)
Top
IGS.Genamo.Complex

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition