Click or drag to resize
Complex Methods

The Complex type exposes the following members.

Methods
  NameDescription
Public methodAbs
Returns the absolute value of this complex number, or angle/phase/argument. This quantity is also known as the Modulus or Magnitude.
Public methodConjugate
Returns the complex conjugate of this complex number.
Public methodCos
Returns the complex cosine of this complex number.
Public methodExp
Returns the complex exponential of this complex number.
Public methodStatic memberMainTest
Demo test the Complex data type.
Public methodPhase
Returns the phase of this complex number. This quantity is also known as the Ange or Argument.
Public methodReciprocal
Returns the reciprocal of this complex number.
Public methodScale
Returns the product of this complex number and the specified scalar.
Public methodSin
Returns the complex sine of this complex number.
Public methodTan
Returns the complex tangent of this complex number.
Public methodToString
Returns a string representation of this complex number.
(Overrides ObjectToString.)
Top
See Also