Complex<T> Properties

Properties

Im Gets the imaginary part of the complex number.
IsImaginary Indicates whether a complex number is a pure imaginary number.
IsReal Indicates whether a complex number is, in fact, real.
IsZero Indicates whether a complex number is equal to zero.
Magnitude Gets the modulus or absolute value of a complex number.
MagnitudeSquared Returns the square of the modulus of a complex number.
OneNorm Returns the sum of the absolute values of the real and the imaginary part of the complex number.
Phase Gets the phase or argument of a complex number.
Re Gets the real part of the complex number.

See Also