Complex<T>.Pow Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| Nom | 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)
Paramètres
- value
- Complex<T>
- power
- Complex<T>
Retours
S’applique à
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)
Paramètres
- value
- Complex<T>
- power
- T