Complex Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The Complex type exposes the following members.

Properties

  Name Description
Public property Imaginary Gets the imaginary component of the current Complex object.
Public property Magnitude Gets the magnitude (or absolute value) of a complex number.
Public property Phase Gets the phase of a complex number.
Public property Real Gets the real component of the current Complex object.

Top