Single.Log2P1(Single) Método

Definición

Calcula el logaritmo base-2 de un valor más uno.

public:
 static float Log2P1(float x) = System::Numerics::ILogarithmicFunctions<float>::Log2P1;
public static float Log2P1(float x);
static member Log2P1 : single -> single
Public Shared Function Log2P1 (x As Single) As Single

Parámetros

x
Single

Valor al que se agrega uno antes de calcular el logaritmo base-2.

Devoluciones

log2(x + 1)

Implementaciones

Se aplica a