ILogarithmicFunctions<TSelf>.Log2(TSelf) Metoda

Definicja

Oblicza logarytm base-2 wartości.

public:
 static TSelf Log2(TSelf x);
public static abstract TSelf Log2 (TSelf x);
static member Log2 : 'Self -> 'Self
Public Shared Function Log2 (x As TSelf) As TSelf

Parametry

x
TSelf

Wartość, której logarytm base-2 ma zostać obliczony.

Zwraca

TSelf

Logarytm base-2 .x

Dotyczy