NFloat.Log Method

Definition

Overloads

Log(NFloat)

Computes the natural (base-E logarithm of a value.

Log(NFloat, NFloat)

Computes the logarithm of a value in the specified base.

Log(NFloat)

Source:
NFloat.cs
Source:
NFloat.cs
Source:
NFloat.cs

Computes the natural (base-E logarithm of a value.

C#
public static System.Runtime.InteropServices.NFloat Log(System.Runtime.InteropServices.NFloat x);

Parameters

x
NFloat

The value whose natural logarithm is to be computed.

Returns

The natural logarithm of x.

Implements

Applies to

.NET 10 ja muud versioonid
Toode Versioonid
.NET 7, 8, 9, 10

Log(NFloat, NFloat)

Source:
NFloat.cs
Source:
NFloat.cs
Source:
NFloat.cs

Computes the logarithm of a value in the specified base.

C#
public static System.Runtime.InteropServices.NFloat Log(System.Runtime.InteropServices.NFloat x, System.Runtime.InteropServices.NFloat newBase);

Parameters

x
NFloat

The value whose logarithm is to be computed.

newBase
NFloat

The base in which the logarithm is to be computed.

Returns

The base-newBase logarithm of x.

Implements

Applies to

.NET 10 ja muud versioonid
Toode Versioonid
.NET 7, 8, 9, 10