The FloatComplex type exposes the following members.

Methods

  NameDescription
AddOverloaded.
Arg
Returns the argument (or phase) of a complex number.
Conj
Returns the conjugate of a complex number.
DivideOverloaded.
Equals
Tests for equality of this complex number and another complex number.
(Overrides ValueType..::.Equals(Object).)
FromPolar
Returns a complex number in Cartesian form from the supplied polar coordinates.
GetHashCode
Returns an integer hash code for this complex number.
(Overrides ValueType..::.GetHashCode()()().)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MultiplyOverloaded.
NaNEquals
Tests for equality of this complex number and another complex number.
Negate
Returns the negation of a complex number.
Norm
Returns the norm (or modulus) of a complex number.
ParseOverloaded.
SubtractOverloaded.
ToStringOverloaded.

Operators

  NameDescription
AdditionOverloaded.
DivisionOverloaded.
Equality
Tests for equality of two complex numbers.
Implicit
Implicitly converts a floating point number into a FloatComplex instance. The imaginary part is set to 0.0.
Inequality
Tests for inequality of two complex numbers.
MultiplyOverloaded.
SubtractionOverloaded.
UnaryNegation
Returns the negation of a complex number.

See Also