The FloatComplex type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add | Overloaded. | |
| Arg |
Returns the argument (or phase) of a complex number.
| |
| Conj |
Returns the conjugate of a complex number.
| |
| Divide | Overloaded. | |
| 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.) | |
| Multiply | Overloaded. | |
| 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.
| |
| Parse | Overloaded. | |
| Subtract | Overloaded. | |
| ToString | Overloaded. |
Operators
| Name | Description | |
|---|---|---|
| Addition | Overloaded. | |
| Division | Overloaded. | |
| 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.
| |
| Multiply | Overloaded. | |
| Subtraction | Overloaded. | |
| UnaryNegation |
Returns the negation of a complex number.
|