Complex |
| Name | Description | |
|---|---|---|
| (BigInteger to Complex32) | Implicit conversion of a BigInteger int to a Complex32. | |
| (Byte to Complex32) | Implicit conversion of a real byte to a Complex32. | |
| (Int16 to Complex32) | Implicit conversion of a real short to a Complex32. | |
| (Int32 to Complex32) | Implicit conversion of a real int to a Complex32. | |
| (Int64 to Complex32) | Implicit conversion of a real long to a Complex32. | |
| (SByte to Complex32) | Implicit conversion of a signed byte to a Complex32. | |
| (Single to Complex32) | Implicit conversion of a real float to a Complex32. | |
| (UInt16 to Complex32) | Implicit conversion of a unsigned real short to a Complex32. | |
| (UInt32 to Complex32) | Implicit conversion of a real uint to a Complex32. | |
| (UInt64 to Complex32) | Implicit conversion of a real ulong to a Complex32. |