Gets a delegate that returns the natural logarithm of a number.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public static Func<T, T> Log { get; }
Public Shared ReadOnly Property Log As Func(Of T, T)
Get
public:
static property Func<T, T>^ Log {
Func<T, T>^ get ();
}
static member Log : Func<'T, 'T> with get
Property Value
Type:
FuncT,
T
Numerical Libraries
Supported in: 6.0
Reference