Click or drag to resize

Complex Properties

The Complex type exposes the following members.

Properties
  NameDescription
Public propertyImaginary
Gets the imaginary component of the complex number.
Public propertyStatic memberImaginaryOne
Gets a Complex value of i.
Public propertyMagnitude
Gets the magnitude of the complex number.
Public propertyMagnitudeSquared
Gets the square of the magnitude of the complex number.
Public propertyStatic memberOne
Gets a Complex value of 1.
Public propertyPhase
Gets the phase of the complex number.
Public propertyReal
Gets the real component of the complex number.
Top
See Also