IBinaryNumber<TSelf>.Log2(TSelf) Metodo

Definizione

Calcola il log2 di un valore.

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

Parametri

value
TSelf

Valore di cui calcolare log2.

Restituisce

TSelf

Log2 di value.

Si applica a