The fcomplex type exposes the following members.
Name | Description | |
---|---|---|
![]() | Abs |
Magnitude of this float complex number
[ILNumerics Core Module] |
![]() ![]() | Abs(fcomplex) |
Magnitude value of float complex number
[ILNumerics Core Module] |
![]() | Acos |
Arcus cosinus of this float complex number
[ILNumerics Core Module] |
![]() ![]() | Acos(Single) |
Arcus cosinus of real number
[ILNumerics Core Module] |
![]() ![]() | Acos(fcomplex) |
Arcus cosinus for float complex number
[ILNumerics Core Module] |
![]() | Angle |
Phase angle of this float complex number
[ILNumerics Core Module] |
![]() ![]() | Angle(fcomplex) |
Angle of complex number
[ILNumerics Core Module] |
![]() | Asin |
Arcus sinus of this float complex number
[ILNumerics Core Module] |
![]() ![]() | Asin(Single) |
Arcus sinus of real number
[ILNumerics Core Module] |
![]() ![]() | Asin(fcomplex) |
Arcus sinus for complex number
[ILNumerics Core Module] |
![]() ![]() | Atan |
Arcus tangens of float complex number
[ILNumerics Core Module] |
![]() ![]() | Ceiling |
Round towards next greater integer
[ILNumerics Core Module] |
![]() | Conjugate |
Conjugates this complex number inplace.
[ILNumerics Core Module] |
![]() ![]() | Conjugate(fcomplex) |
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(fcomplex) |
Check if a fcomplex number equals this fcomplex number
[ILNumerics Core Module] |
![]() | Exp |
Exponential / power of base e
[ILNumerics Core Module] |
![]() ![]() | Exp(fcomplex) |
Power of base e for float complex number
[ILNumerics Core Module] |
![]() ![]() | Floor |
Round towards next lower integer
[ILNumerics Core Module] |
![]() ![]() | FromPol |
Convert from polar to cartesian form
[ILNumerics Core Module] |
![]() | GetHashCode |
Give HashCode of this fcomplex number
(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. infinite
[ILNumerics Core Module] |
![]() | iszero |
Test if real and imag part are zero
[ILNumerics Core Module] |
![]() | Log |
Logarithm of fcomplex number
[ILNumerics Core Module] |
![]() ![]() | Log(Single) |
Logarithm of real input
[ILNumerics Core Module] |
![]() ![]() | Log(fcomplex) |
Natural logarithm of complex input
[ILNumerics Core Module] |
![]() ![]() | Log10(Single) |
Logarithm of base 10 of real input
[ILNumerics Core Module] |
![]() ![]() | Log10(fcomplex) |
Logarithm to base 10
[ILNumerics Core Module] |
![]() ![]() | Log2(Single) |
Logarithm of base 2
[ILNumerics Core Module] |
![]() ![]() | Log2(fcomplex) |
Logarithm of base 2
[ILNumerics Core Module] |
![]() ![]() | Parse |
Converts the string text containing a complex number into the complex number.
[ILNumerics Core Module] |
![]() | Pow(Double) |
Power of fcomplex number, real exponent
[ILNumerics Core Module] |
![]() | Pow(fcomplex) |
Power of fcomplex number, complex exponent
[ILNumerics Core Module] |
![]() ![]() | Pow(Double, Double) |
Complex power - real basis, real exponent
[ILNumerics Core Module] |
![]() ![]() | Pow(fcomplex, fcomplex) |
Power: complex base, complex exponent
[ILNumerics Core Module] |
![]() ![]() | Pow(fcomplex, Double) |
fcomplex power real exponent
[ILNumerics Core Module] |
![]() ![]() | Round(fcomplex) |
Rounds towards nearest integer.
[ILNumerics Core Module] |
![]() ![]() | Round(fcomplex, 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 fcomplex number
[ILNumerics Core Module] |
![]() ![]() | Sqrt(Single) |
Square root of real input
[ILNumerics Core Module] |
![]() ![]() | Sqrt(fcomplex) |
Square root of complex number
[ILNumerics Core Module] |
![]() ![]() | Tan |
Tangens of float complex number
[ILNumerics Core Module] |
![]() ![]() | Tanh |
Tangens hyperbolicus of float complex input
[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] |