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::Pow Method

 

Returns a specified complex number raised to a specified power.

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticPow(Complex, Complex)

Returns a specified complex number raised to a power specified by a complex number.

System_CAPS_pubmethodSystem_CAPS_staticPow(Complex, Double)

Returns a specified complex number raised to a power specified by a double-precision floating-point number.

Return to top
Show:
© 2017 Microsoft