Click or drag to resize

Complex Fields

The Complex type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberImaginaryOne
Returns a new Complex instance with a real number equal to zero and an imaginary number equal to one.
Public fieldStatic memberOne
Returns a new Complex instance with a real number equal to one and an imaginary number equal to zero.
Public fieldStatic memberZero
Returns a new Complex instance with a real number equal to zero and an imaginary number equal to zero.
Top
See Also