NevronOpenVision
Nevron.Nov.Numerics Namespace / ComplexExtensions Class
Methods


In This Topic
    ComplexExtensions Class Members
    In This Topic

    The following tables list the members exposed by ComplexExtensions.

    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Gets the conjugate of the Complex number.  
    Public Methodstatic (Shared in Visual Basic)Evaluate all cubic roots of this Complex.  
    Public Methodstatic (Shared in Visual Basic)Exponential of this Complex (exp(x), E^x).  
    Public Methodstatic (Shared in Visual Basic)Gets a value indicating whether the Complex32 is the imaginary unit.  
    Public Methodstatic (Shared in Visual Basic)Gets a value indicating whether the provided Complex32 evaluates to an infinite value.  
    Public Methodstatic (Shared in Visual Basic)Gets a value indicating whether the provided Complex32evaluates to a value that is not a number.  
    Public Methodstatic (Shared in Visual Basic)Gets a value indicating whether the Complex32 is one.  
    Public Methodstatic (Shared in Visual Basic)Gets a value indicating whether the provided Complex32 is real.  
    Public Methodstatic (Shared in Visual Basic)Gets a value indicating whether the provided Complex32 is real and not negative, that is >= 0.  
    Public Methodstatic (Shared in Visual Basic)Gets a value indicating whether the Complex32 is zero.  
    Public Methodstatic (Shared in Visual Basic)Natural Logarithm of this Complex (Base E).  
    Public Methodstatic (Shared in Visual Basic)Logarithm of this Complex with custom base.  
    Public Methodstatic (Shared in Visual Basic)Common Logarithm of this Complex (Base 10).  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Gets the squared magnitude of the Complex number.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Returns a Norm of a value of this type, which is appropriate for measuring how close this value is to zero.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Returns a Norm of the difference of two values of this type, which is appropriate for measuring how close together these two values are.  
    Public Methodstatic (Shared in Visual Basic)Raise this Complex to the given value.  
    Public Methodstatic (Shared in Visual Basic)Returns the multiplicative inverse of a complex number.  
    Public Methodstatic (Shared in Visual Basic)Raise this Complex to the inverse of the given value.  
    Public Methodstatic (Shared in Visual Basic)Gets the unity of this complex (same argument, but on the unit circle; exp(I*arg))  
    Public Methodstatic (Shared in Visual Basic)The Square (power 2) of this Complex  
    Public Methodstatic (Shared in Visual Basic)The Square Root (power 1/2) of this Complex  
    Public Methodstatic (Shared in Visual Basic)Evaluate all square roots of this Complex.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates a complex number based on a string. The string can be in the following formats (without the quotes): 'n', 'ni', 'n +/- ni', 'ni +/- n', 'n,n', 'n,ni,' '(n,n)', or '(n,ni)', where n is a double.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates a Complex32 number based on a string. The string can be in the following formats (without the quotes): 'n', 'ni', 'n +/- ni', 'ni +/- n', 'n,n', 'n,ni,' '(n,n)', or '(n,ni)', where n is a double.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Converts the string representation of a complex number to a double-precision complex number equivalent. A return value indicates whether the conversion succeeded or failed.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Converts the string representation of a complex number to a single-precision complex number equivalent. A return value indicates whether the conversion succeeded or failed.  
    Top
    See Also