Complex<T>.Log 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 |
|---|---|
| Log(Complex<T>) | |
| Log(Complex<T>, T) |
Log(Complex<T>)
- Source:
- Complex.Generic.cs
public:
static System::Numerics::Complex<T> Log(System::Numerics::Complex<T> value);
public static System.Numerics.Complex<T> Log(System.Numerics.Complex<T> value);
static member Log : 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 Log (value As Complex(Of T)) As Complex(Of T)
Paramètres
- value
- Complex<T>
Retours
S’applique à
Log(Complex<T>, T)
- Source:
- Complex.Generic.cs
public:
static System::Numerics::Complex<T> Log(System::Numerics::Complex<T> value, T baseValue);
public static System.Numerics.Complex<T> Log(System.Numerics.Complex<T> value, T baseValue);
static member Log : 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 Log (value As Complex(Of T), baseValue As T) As Complex(Of T)
Paramètres
- value
- Complex<T>
- baseValue
- T