Single.Log2P1(Single) Method

Definition

Computes the base-2 logarithm of a value plus one.

public static float Log2P1 (float x);

Parameters

x
Single

The value to which one is added before computing the base-2 logarithm.

Returns

log2(x + 1)

Implements

Applies to

Prodotto Versioni
.NET 7, 8, 9