Compartir a través de


Int32.Log2(Int32) Método

Definición

Calcula el registro2 de un valor.

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

Parámetros

value
Int32

Devoluciones

Int32

Registro2 de value.

Implementaciones

Se aplica a