Complex Operators and Type Conversions |
The Complex type exposes the following members.
| Name | Description | |
|---|---|---|
| Addition |
Adds two complex numbers.
| |
| Division |
Divides a specified complex number by another specified complex number.
| |
| Equality |
Returns a value that indicates whether two complex numbers are equal.
| |
| (Decimal to Complex) |
Defines an explicit conversion of a Decimal value to a complex number.
| |
| (Byte to Complex) |
Defines an implicit conversion of an unsigned byte to a complex number.
| |
| (Double to Complex) |
Defines an implicit conversion of a Double-precision floating-point
number to a complex number.
| |
| (Int16 to Complex) |
Defines an implicit conversion of a 16-bit signed integer to a complex number.
| |
| (Int32 to Complex) |
Defines an implicit conversion of a 32-bit signed integer to a complex number.
| |
| (Int64 to Complex) |
Defines an implicit conversion of a 64-bit signed integer to a complex number.
| |
| (SByte to Complex) |
Defines an implicit conversion of a signed byte to a complex number.
| |
| (Single to Complex) |
Defines an implicit conversion of a single-precision floating-point number to
a complex number.
| |
| (UInt16 to Complex) |
Defines an implicit conversion of a 16-bit unsigned integer to a complex number.
| |
| (UInt32 to Complex) |
Defines an implicit conversion of a 32-bit unsigned integer to a complex number.
| |
| (UInt64 to Complex) |
Defines an implicit conversion of a 64-bit unsigned integer to a complex number.
| |
| Inequality |
Returns a value that indicates whether two complex numbers are not equal.
| |
| Multiply |
Multiplies two specified complex numbers.
| |
| Subtraction |
Subtracts a complex number from another complex number.
| |
| UnaryNegation |
Returns the additive inverse of a specified complex number.
|