Click or drag to resize

Complex32 Properties

The Complex32 type exposes the following members.

Properties
 NameDescription
Public propertyImaginary Gets the real imaginary component of the complex number.
Public propertyMagnitude Gets the magnitude (or absolute value) of a complex number.
Public propertyMagnitudeSquared Gets the squared magnitude (or squared absolute value) of a complex number.
Public propertyPhase Gets the phase or argument of this Complex32.
Public propertyReal Gets the real component of the complex number.
Public propertySign Gets the unity of this complex (same argument, but on the unit circle; exp(I*arg))
Top
See Also