ILogarithmicFunctions<TSelf>.Log2P1(TSelf) Método

Definición

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

public:
 static override TSelf Log2P1(TSelf x);
public static virtual TSelf Log2P1 (TSelf x);
static member Log2P1 : 'Self -> 'Self
Public Shared Overrides Function Log2P1 (x As TSelf) As TSelf

Parámetros

x
TSelf

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

Devoluciones

TSelf

log2(x + 1)

Se aplica a