Share via


Int32.Log2(Int32) Metodo

Definizione

Calcola il log2 di un valore.

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

Parametri

value
Int32

Restituisce

Int32

Log2 di value.

Implementazioni

Si applica a