The complex type exposes the following members.
Name | Description | |
---|---|---|
Abs |
Magnitude of this complex instance
[ILNumerics Core Module] | |
Abs(complex) |
Absolute value of input
[ILNumerics Core Module] | |
Acos |
Arcus cosinus of this complex instance
[ILNumerics Core Module] | |
Acos(Double) |
Arcus cosinus of input
[ILNumerics Core Module] | |
Acos(complex) |
Arcus cosinus of complex input
[ILNumerics Core Module] | |
Angle |
Phase of this complex instance
[ILNumerics Core Module] | |
Angle(complex) |
Phase angle of complex number
[ILNumerics Core Module] | |
Asin |
Arcus sinus of this complex instance
[ILNumerics Core Module] | |
Asin(Double) |
Arcus sinus of complex input
[ILNumerics Core Module] | |
Asin(complex) |
Arcus sinus of input
[ILNumerics Core Module] | |
Atan |
Arcus tangens of complex input
[ILNumerics Core Module] | |
Ceiling |
Round towards positive infinity
[ILNumerics Core Module] | |
Conjugate |
Conjugates this complex number inplace.
[ILNumerics Core Module] | |
Conjugate(complex) |
Creates the complex conjugate of the complex value a.
[ILNumerics Core Module] | |
Cos |
Cosinus
[ILNumerics Core Module] | |
Cosh |
Cosinus hyperbolicus
[ILNumerics Core Module] | |
Equals(Object) |
Are obj's real and imaginary part identical to the real and imaginary parts of this fcomplex
(Overrides ValueTypeEquals(Object).)[ILNumerics Core Module] | |
Equals(complex) |
Check if a complex number equals this complex number
[ILNumerics Core Module] | |
Exp |
Exponential / power of base e
[ILNumerics Core Module] | |
Exp(complex) |
Complex exponent
[ILNumerics Core Module] | |
Floor |
Round towards negative infinity
[ILNumerics Core Module] | |
FromPol |
Convert polar notation into cartesian notation
[ILNumerics Core Module] | |
GetHashCode |
Hash code of this comples
(Overrides ValueTypeGetHashCode.)[ILNumerics Core Module] | |
IsFinite |
Test if any of real or imaginary parts are finite
[ILNumerics Core Module] | |
IsInfinity |
Test if any of real or imaginary parts are infinite
[ILNumerics Core Module] | |
IsNaN |
Test if any of real or imaginary parts are NAN's
[ILNumerics Core Module] | |
IsNegativeInfinity |
Test if any of real or imaginary parts are neg. infinite
[ILNumerics Core Module] | |
IsPositiveInfinity |
Test if any of real or imaginary parts are pos.nfinite
[ILNumerics Core Module] | |
iszero |
Test if both of real or imaginary parts are 0
[ILNumerics Core Module] | |
Log |
Logarithm of base e
[ILNumerics Core Module] | |
Log(Double) |
Logarithm of real input
[ILNumerics Core Module] | |
Log(complex) |
Complex logarithm
[ILNumerics Core Module] | |
Log10(Double) |
Logarithm of base 10 of real input
[ILNumerics Core Module] | |
Log10(complex) |
Logarithm of base 10
[ILNumerics Core Module] | |
Log2(Double) |
Logarithm of base 2 of real input
[ILNumerics Core Module] | |
Log2(complex) |
Logarithm of base 2
[ILNumerics Core Module] | |
Parse |
Converts the string text containing a complex number into the complex number.
[ILNumerics Core Module] | |
Partition |
Splits a string assumed to contain a complex number into real and imaginary parts. Removes 'i' identifiers.
[ILNumerics Core Module] | |
Pow(Double) |
Complex power real exponent
[ILNumerics Core Module] | |
Pow(complex) |
Complex power - complex exponent
[ILNumerics Core Module] | |
Pow(Double, Double) |
Complex power - real basis, real exponent
[ILNumerics Core Module] | |
Pow(complex, complex) |
Complex power - complex exponent
[ILNumerics Core Module] | |
Pow(complex, Double) |
Complex power for real exponent
[ILNumerics Core Module] | |
Round(complex) |
Rounds towards nearest integer.
[ILNumerics Core Module] | |
Round(complex, Int32) |
Rounds to a specified number of fractional digits.
[ILNumerics Core Module] | |
Sign |
Signum function
[ILNumerics Core Module] | |
Sin |
Sinus
[ILNumerics Core Module] | |
Sinh |
Sinus hyperbolicus
[ILNumerics Core Module] | |
Sqrt |
Square root of this complex value
[ILNumerics Core Module] | |
Sqrt(Double) |
Square root
[ILNumerics Core Module] | |
Sqrt(complex) |
Square root
[ILNumerics Core Module] | |
Tan |
Tangens
[ILNumerics Core Module] | |
Tanh |
Tangens hyperbolicus
[ILNumerics Core Module] | |
ToString |
Convert this complex number into a string representation.
(Overrides ValueTypeToString.)[ILNumerics Core Module] | |
Truncate |
Truncate a floating point complex value
[ILNumerics Core Module] |