Click or drag to resize

ComplexNumber Properties

The ComplexNumber type exposes the following members.

Properties
  Name Description
Public property AllAssigned Gets a boolean value indicating if each composite value of the ComplexNumber (i.e., real and imaginary) has been assigned a value.
Public property Angle Gets or sets the Angle (a.k.a. the argument) in radians of this ComplexNumber.
Public property Conjugate Gets the complex conjugate of this ComplexNumber.
Public property Imaginary Gets or sets the imaginary component of this ComplexNumber.
Public property Magnitude Gets or sets the magnitude (a.k.a. the modulus or absolute value) of this ComplexNumber.
Public property NoneAssigned Gets a boolean value indicating if each composite value of the ComplexNumber (i.e., real and imaginary) has not been assigned a value.
Public property Real Gets or sets the real component of this ComplexNumber.
Top
See Also