Complex<T>.Pow Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| Pow(Complex<T>, Complex<T>) | |
| Pow(Complex<T>, T) |
Pow(Complex<T>, Complex<T>)
- Source:
- Complex.Generic.cs
public:
static System::Numerics::Complex<T> Pow(System::Numerics::Complex<T> value, System::Numerics::Complex<T> power);
public static System.Numerics.Complex<T> Pow(System.Numerics.Complex<T> value, System.Numerics.Complex<T> power);
static member Pow : System.Numerics.Complex<'T (requires 'T :> System.Numerics.IFloatingPointIeee754<'T> and 'T :> System.Numerics.IMinMaxValue<'T>)> * System.Numerics.Complex<'T (requires 'T :> System.Numerics.IFloatingPointIeee754<'T> and 'T :> System.Numerics.IMinMaxValue<'T>)> -> System.Numerics.Complex<'T (requires 'T :> System.Numerics.IFloatingPointIeee754<'T> and 'T :> System.Numerics.IMinMaxValue<'T>)>
Public Shared Function Pow (value As Complex(Of T), power As Complex(Of T)) As Complex(Of T)
Parameters
- value
- Complex<T>
- power
- Complex<T>
Returns
Applies to
Pow(Complex<T>, T)
- Source:
- Complex.Generic.cs
public:
static System::Numerics::Complex<T> Pow(System::Numerics::Complex<T> value, T power);
public static System.Numerics.Complex<T> Pow(System.Numerics.Complex<T> value, T power);
static member Pow : System.Numerics.Complex<'T (requires 'T :> System.Numerics.IFloatingPointIeee754<'T> and 'T :> System.Numerics.IMinMaxValue<'T>)> * 'T -> System.Numerics.Complex<'T (requires 'T :> System.Numerics.IFloatingPointIeee754<'T> and 'T :> System.Numerics.IMinMaxValue<'T>)>
Public Shared Function Pow (value As Complex(Of T), power As T) As Complex(Of T)
Parameters
- value
- Complex<T>
- power
- T