Complex<T>.Log Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
| Name | Description |
|---|---|
| Log(Complex<T>) | |
| Log(Complex<T>, T) |
Log(Complex<T>)
- Kaynak:
- 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)
Parametreler
- value
- Complex<T>
Döndürülenler
Şunlara uygulanır
Log(Complex<T>, T)
- Kaynak:
- 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)
Parametreler
- value
- Complex<T>
- baseValue
- T