Class Imaginary

  • All Implemented Interfaces:
    FreeRefFunction, Function, Function1Arg

    public class Imaginary
    extends Fixed1ArgFunction
    implements FreeRefFunction
    Implementation for Excel IMAGINARY() function.

    Syntax:
    IMAGINARY (Inumber)

    Returns the imaginary coefficient of a complex number in x + yi or x + yj text format.

    Inumber is a complex number for which you want the imaginary coefficient.

    Remarks

    • Use COMPLEX to convert real and imaginary coefficients into a complex number.