Complex.New()

Complex.New()

Type: CLASS FUNCTION

Purpose: Create a new instance of COMPLEX.function

Usage: Number = COMPLEX.New(Real, Imag)

  Real REAL Real component of the complex number.
  Imag REAL Imaginary component of the complex number.
  Number COMPLEX

A new object.

Related Topics Link IconRelated Topics