NMath.Log Method

Definition

Overloads

Log(nfloat)
Log(nfloat, nfloat)

Log(nfloat)

public static nfloat Log (nfloat d);
static member Log : nfloat -> nfloat

Parameters

d
nfloat

Returns

Applies to

Log(nfloat, nfloat)

public static nfloat Log (nfloat a, nfloat newBase);
static member Log : nfloat * nfloat -> nfloat

Parameters

a
nfloat
newBase
nfloat

Returns

Applies to