ComplexNumber Properties

Properties

AdditiveIdentity 
AllAssigned Gets a boolean value indicating if each composite value of the ComplexNumber (i.e., real and imaginary) has been assigned a value.
Angle Gets or sets the Angle (a.k.a. the argument) in radians of this ComplexNumber.
Conjugate Gets the complex conjugate of this ComplexNumber.
Imaginary Gets or sets the imaginary component of this ComplexNumber.
Magnitude Gets or sets the magnitude (a.k.a. the modulus or absolute value) of this ComplexNumber.
MultiplicativeIdentity 
NoneAssigned Gets a boolean value indicating if each composite value of the ComplexNumber (i.e., real and imaginary) has not been assigned a value.
One 
Radix 
Real Gets or sets the real component of this ComplexNumber.
Zero 

See Also