Half.Log Method

Definition

Overloads

Log(Half)

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

Log(Half, Half)

Computes the logarithm of a value in the specified base.

Log(Half)

Source:
Half.cs
Source:
Half.cs
Source:
Half.cs

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

C#
public static Half Log (Half x);

Parameters

x
Half

The value whose natural logarithm is to be computed.

Returns

The natural logarithm of x.

Implements

Applies to

.NET 9 и другие версии
Продукт Версии
.NET 7, 8, 9

Log(Half, Half)

Source:
Half.cs
Source:
Half.cs
Source:
Half.cs

Computes the logarithm of a value in the specified base.

C#
public static Half Log (Half x, Half newBase);

Parameters

x
Half

The value whose logarithm is to be computed.

newBase
Half

The base in which the logarithm is to be computed.

Returns

The base-newBase logarithm of x.

Implements

Applies to

.NET 9 и другие версии
Продукт Версии
.NET 7, 8, 9