Click or drag to resize

Complex32 Fields

The Complex32 type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberImaginaryOne Returns a new Complex32 instance with a real number equal to zero and an imaginary number equal to one.
Public fieldStatic memberNaN Returns a new Complex32 instance with real and imaginary numbers not a number.
Public fieldStatic memberOne Returns a new Complex32 instance with a real number equal to one and an imaginary number equal to zero.
Public fieldStatic memberPositiveInfinity Returns a new Complex32 instance with real and imaginary numbers positive infinite.
Public fieldStatic memberZero Returns a new Complex32 instance with a real number equal to zero and an imaginary number equal to zero.
Top
See Also