Share via


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

Definición

Calcula el logaritmo base 2 de un valor.

public:
 static TSelf Log2(TSelf x);
public static abstract TSelf Log2 (TSelf x);
static member Log2 : 'Self -> 'Self
Public Shared Function Log2 (x As TSelf) As TSelf

Parámetros

x
TSelf

Valor cuyo logaritmo base-2 se va a calcular.

Devoluciones

TSelf

Logaritmo de base 2 de x.

Se aplica a