Complex Implicit Conversion Operators
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Include Protected Members
Include Inherited Members
Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members
Defines an implicit conversion between a Complex object and another type.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Implicit(Byte to Complex) | Defines an implicit conversion of an unsigned byte to a complex number. | |
Implicit(Double to Complex) | Defines an implicit conversion of a double-precision floating-point number to a complex number. | |
Implicit(Int16 to Complex) | Defines an implicit conversion of a 16-bit signed integer to a complex number. | |
Implicit(Int32 to Complex) | Defines an implicit conversion of a 32-bit signed integer to a complex number. | |
Implicit(Int64 to Complex) | Defines an implicit conversion of a 64-bit signed integer to a complex number. | |
Implicit(SByte to Complex) | Defines an implicit conversion of a signed byte to a complex number. | |
Implicit(Single to Complex) | Defines an implicit conversion of a single-precision floating-point number to a complex number. | |
Implicit(UInt16 to Complex) | Defines an implicit conversion of a 16-bit unsigned integer to a complex number. | |
Implicit(UInt32 to Complex) | Defines an implicit conversion of a 32-bit unsigned integer to a complex number. | |
Implicit(UInt64 to Complex) | Defines an implicit conversion of a 64-bit unsigned integer to a complex number. |
Top