Share via


NMath.Log Method

Definition

Overloads

Name Description
Log(NFloat)
Log(NFloat, NFloat)

Log(NFloat)

public static System.Runtime.InteropServices.NFloat Log(System.Runtime.InteropServices.NFloat d);
static member Log : System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat

Parameters

d
NFloat

Returns

Applies to

Log(NFloat, NFloat)

public static System.Runtime.InteropServices.NFloat Log(System.Runtime.InteropServices.NFloat a, System.Runtime.InteropServices.NFloat newBase);
static member Log : System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat

Parameters

a
NFloat
newBase
NFloat

Returns

Applies to