Click or drag to resize

Complex Methods

The Complex type exposes the following members.

Methods
  NameDescription
Public methodEquals(Object)
Determines whether the given object represents the same complex number.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(Complex)
Determines whether the given complex number is the same.
Public methodGetHashCode
Returns a hash code for the complex number.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberIsNaN
Determines if the given complex number is not-a-number.
Public methodToString
Produces a string representation of the complex number.
(Overrides ValueTypeToString.)
Top
See Also