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

Definición

Calcula el registro2 de un valor.

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

Parámetros

value
TSelf

Valor cuyo registro2 se va a calcular.

Devoluciones

TSelf

Registro2 de value.

Se aplica a