Share via


Int128.Log2(Int128) Metodo

Definizione

Calcola il log2 di un valore.

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

Parametri

value
Int128

Restituisce

Int128

Log2 di value.

Implementazioni

Si applica a