Complex<T>.Log 메서드

정의

오버로드

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)

매개 변수

value
Complex<T>

반품

적용 대상

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)

매개 변수

value
Complex<T>
baseValue
T

반품

적용 대상