Complex Conversion Operators |
Name | Description | |
---|---|---|
(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.
|