Complex<T>.Log 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 |
|---|---|
| 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)
Parameters
- value
- Complex<T>
Returns
Applies to
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)
Parameters
- value
- Complex<T>
- baseValue
- T