This documentation is archived and is not being maintained.

Complex Implicit Conversion Operators

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.

  NameDescription
Public operator Static member Implicit(Byte to Complex) Defines an implicit conversion of an unsigned byte to a complex number.
Public operator Static member Implicit(Double to Complex) Defines an implicit conversion of a double-precision floating-point number to a complex number.
Public operator Static member Implicit(Int16 to Complex) Defines an implicit conversion of a 16-bit signed integer to a complex number.
Public operator Static member Implicit(Int32 to Complex) Defines an implicit conversion of a 32-bit signed integer to a complex number.
Public operator Static member Implicit(Int64 to Complex) Defines an implicit conversion of a 64-bit signed integer to a complex number.
Public operator Static member Implicit(SByte to Complex) Defines an implicit conversion of a signed byte to a complex number.
Public operator Static member Implicit(Single to Complex) Defines an implicit conversion of a single-precision floating-point number to a complex number.
Public operator Static member Implicit(UInt16 to Complex) Defines an implicit conversion of a 16-bit unsigned integer to a complex number.
Public operator Static member Implicit(UInt32 to Complex) Defines an implicit conversion of a 32-bit unsigned integer to a complex number.
Public operator Static member Implicit(UInt64 to Complex) Defines an implicit conversion of a 64-bit unsigned integer to a complex number.
Top
Show: