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 Explicit Conversion Operators

 

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

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

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticExplicit(BigInteger to Complex)

Defines an explicit conversion of a BigInteger value to a complex number.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(Decimal to Complex)

Defines an explicit conversion of a Decimal value to a complex number.

Return to top
Show:
© 2017 Microsoft