Complex.Pow Method (Complex, Complex)

Microsoft Silverlight will reach end of support after October 2021. Learn more.

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

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

Syntax

'Declaration
Public Shared Function Pow ( _
    value As Complex, _
    power As Complex _
) As Complex
public static Complex Pow(
    Complex value,
    Complex power
)

Parameters

Return Value

Type: System.Numerics.Complex
The complex number value raised to the power power.

Version Information

Silverlight

Supported in: 5, 4

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.