Share via


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
Public operatorStatic member Implicit(Byte to Complex) Defines an implicit conversion of an unsigned byte to a complex number.
Public operatorStatic member Implicit(Double to Complex) Defines an implicit conversion of a double-precision floating-point number to a complex number.
Public operatorStatic member Implicit(Int16 to Complex) Defines an implicit conversion of a 16-bit signed integer to a complex number.
Public operatorStatic member Implicit(Int32 to Complex) Defines an implicit conversion of a 32-bit signed integer to a complex number.
Public operatorStatic member Implicit(Int64 to Complex) Defines an implicit conversion of a 64-bit signed integer to a complex number.
Public operatorStatic member Implicit(SByte to Complex) Defines an implicit conversion of a signed byte to a complex number.
Public operatorStatic member Implicit(Single to Complex) Defines an implicit conversion of a single-precision floating-point number to a complex number.
Public operatorStatic member Implicit(UInt16 to Complex) Defines an implicit conversion of a 16-bit unsigned integer to a complex number.
Public operatorStatic member Implicit(UInt32 to Complex) Defines an implicit conversion of a 32-bit unsigned integer to a complex number.
Public operatorStatic member Implicit(UInt64 to Complex) Defines an implicit conversion of a 64-bit unsigned integer to a complex number.

Top