Int64.Log2(Int64) Método

Definición

Calcula el registro2 de un valor.

public:
 static long Log2(long value) = System::Numerics::IBinaryNumber<long>::Log2;
public static long Log2(long value);
static member Log2 : int64 -> int64
Public Shared Function Log2 (value As Long) As Long

Parámetros

value
Int64

Valor cuyo registro2 se va a calcular.

Devoluciones

Registro2 de value.

Implementaciones

Se aplica a