Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Complex Implicit Conversion Operators

 

Defines an implicit conversion between a Complex object and another type.

Namespace:   System.Numerics
Assembly:  System.Numerics (in System.Numerics.dll)

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticImplicit(Byte to Complex)

Defines an implicit conversion of an unsigned byte to a complex number.

System_CAPS_puboperatorSystem_CAPS_staticImplicit(Double to Complex)

Defines an implicit conversion of a double-precision floating-point number to a complex number.

System_CAPS_puboperatorSystem_CAPS_staticImplicit(Int16 to Complex)

Defines an implicit conversion of a 16-bit signed integer to a complex number.

System_CAPS_puboperatorSystem_CAPS_staticImplicit(Int32 to Complex)

Defines an implicit conversion of a 32-bit signed integer to a complex number.

System_CAPS_puboperatorSystem_CAPS_staticImplicit(Int64 to Complex)

Defines an implicit conversion of a 64-bit signed integer to a complex number.

System_CAPS_puboperatorSystem_CAPS_staticImplicit(SByte to Complex)

Defines an implicit conversion of a signed byte to a complex number.

System_CAPS_puboperatorSystem_CAPS_staticImplicit(Single to Complex)

Defines an implicit conversion of a single-precision floating-point number to a complex number.

System_CAPS_puboperatorSystem_CAPS_staticImplicit(UInt16 to Complex)

Defines an implicit conversion of a 16-bit unsigned integer to a complex number.

System_CAPS_puboperatorSystem_CAPS_staticImplicit(UInt32 to Complex)

Defines an implicit conversion of a 32-bit unsigned integer to a complex number.

System_CAPS_puboperatorSystem_CAPS_staticImplicit(UInt64 to Complex)

Defines an implicit conversion of a 64-bit unsigned integer to a complex number.

Return to top
Show:
© 2017 Microsoft