ILNumerics Ultimate VS

fcomplex Methods

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development

The fcomplex type exposes the following members.

Methods

  NameDescription
Public methodAbs
Magnitude of this float complex number

[ILNumerics Core Module]

Public methodStatic memberAbs(fcomplex)
Magnitude value of float complex number

[ILNumerics Core Module]

Public methodAcos
Arcus cosinus of this float complex number

[ILNumerics Core Module]

Public methodStatic memberAcos(Single)
Arcus cosinus of real number

[ILNumerics Core Module]

Public methodStatic memberAcos(fcomplex)
Arcus cosinus for float complex number

[ILNumerics Core Module]

Public methodAngle
Phase angle of this float complex number

[ILNumerics Core Module]

Public methodStatic memberAngle(fcomplex)
Angle of complex number

[ILNumerics Core Module]

Public methodAsin
Arcus sinus of this float complex number

[ILNumerics Core Module]

Public methodStatic memberAsin(Single)
Arcus sinus of real number

[ILNumerics Core Module]

Public methodStatic memberAsin(fcomplex)
Arcus sinus for complex number

[ILNumerics Core Module]

Public methodStatic memberAtan
Arcus tangens of float complex number

[ILNumerics Core Module]

Public methodStatic memberCeiling
Round towards next greater integer

[ILNumerics Core Module]

Public methodConjugate
Conjugates this complex number inplace.

[ILNumerics Core Module]

Public methodStatic memberConjugate(fcomplex)
Creates the complex conjugate of the complex value a.

[ILNumerics Core Module]

Public methodStatic memberCos
Cosinus

[ILNumerics Core Module]

Public methodStatic memberCosh
Cosinus hyperbolicus

[ILNumerics Core Module]

Public methodEquals(Object)
Are obj's real and imaginary part identical to the real and imaginary parts of this fcomplex

[ILNumerics Core Module]

(Overrides ValueTypeEquals(Object).)
Public methodEquals(fcomplex)
Check if a fcomplex number equals this fcomplex number

[ILNumerics Core Module]

Public methodExp
Exponential / power of base e

[ILNumerics Core Module]

Public methodStatic memberExp(fcomplex)
Power of base e for float complex number

[ILNumerics Core Module]

Public methodStatic memberFloor
Round towards next lower integer

[ILNumerics Core Module]

Public methodStatic memberFromPol
Convert from polar to cartesian form

[ILNumerics Core Module]

Public methodGetHashCode
Give HashCode of this fcomplex number

[ILNumerics Core Module]

(Overrides ValueTypeGetHashCode.)
Public methodStatic memberIsFinite
Test if any of real or imaginary parts are finite

[ILNumerics Core Module]

Public methodStatic memberIsInfinity
Test if any of real or imaginary parts are infinite

[ILNumerics Core Module]

Public methodStatic memberIsNaN
Test if any of real or imaginary parts are NAN's

[ILNumerics Core Module]

Public methodStatic memberIsNegativeInfinity
Test if any of real or imaginary parts are neg. infinite

[ILNumerics Core Module]

Public methodStatic memberIsPositiveInfinity
Test if any of real or imaginary parts are pos. infinite

[ILNumerics Core Module]

Public methodiszero
Test if real and imag part are zero

[ILNumerics Core Module]

Public methodLog
Logarithm of fcomplex number

[ILNumerics Core Module]

Public methodStatic memberLog(Single)
Logarithm of real input

[ILNumerics Core Module]

Public methodStatic memberLog(fcomplex)
Natural logarithm of complex input

[ILNumerics Core Module]

Public methodStatic memberLog10(Single)
Logarithm of base 10 of real input

[ILNumerics Core Module]

Public methodStatic memberLog10(fcomplex)
Logarithm to base 10

[ILNumerics Core Module]

Public methodStatic memberLog2(Single)
Logarithm of base 2

[ILNumerics Core Module]

Public methodStatic memberLog2(fcomplex)
Logarithm of base 2

[ILNumerics Core Module]

Public methodStatic memberParse
Converts the string text containing a complex number into the complex number.

[ILNumerics Core Module]

Public methodPow(Double)
Power of fcomplex number, real exponent

[ILNumerics Core Module]

Public methodPow(fcomplex)
Power of fcomplex number, complex exponent

[ILNumerics Core Module]

Public methodStatic memberPow(Double, Double)
Complex power - real basis, real exponent

[ILNumerics Core Module]

Public methodStatic memberPow(fcomplex, fcomplex)
Power: complex base, complex exponent

[ILNumerics Core Module]

Public methodStatic memberPow(fcomplex, Double)
fcomplex power real exponent

[ILNumerics Core Module]

Public methodStatic memberRound(fcomplex)
Rounds towards nearest integer.

[ILNumerics Core Module]

Public methodStatic memberRound(fcomplex, Int32)
Rounds to a specified number of fractional digits.

[ILNumerics Core Module]

Public methodStatic memberSign
Signum function

[ILNumerics Core Module]

Public methodStatic memberSin
Sinus

[ILNumerics Core Module]

Public methodStatic memberSinh
Sinus hyperbolicus

[ILNumerics Core Module]

Public methodSqrt
Square root of fcomplex number

[ILNumerics Core Module]

Public methodStatic memberSqrt(Single)
Square root of real input

[ILNumerics Core Module]

Public methodStatic memberSqrt(fcomplex)
Square root of complex number

[ILNumerics Core Module]

Public methodStatic memberTan
Tangens of float complex number

[ILNumerics Core Module]

Public methodStatic memberTanh
Tangens hyperbolicus of float complex input

[ILNumerics Core Module]

Public methodToString
Convert this complex number into a string representation.

[ILNumerics Core Module]

(Overrides ValueTypeToString.)
Public methodStatic memberTruncate
Truncate a floating point complex value

[ILNumerics Core Module]

Top
See Also

Reference