Complex::Pow Method (Complex, Double)
.NET Framework (current version)
Returns a specified complex number raised to a power specified by a double-precision floating-point number.
Assembly: System.Numerics (in System.Numerics.dll)
Parameters
- value
-
Type:
System.Numerics::Complex
A complex number to be raised to a power.
- power
-
Type:
System::Double
A double-precision floating-point number that specifies a power.
If value is Complex::Zero, the method returns Complex::Zero. For other values, if power is 0, the method returns Complex::One, and if power is 1, it returns value.
This method corresponds to the Math::Pow method for primitive numeric types.
Universal Windows Platform
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Windows Phone
Available since 8.1
Show: