ILogarithmicFunctions<TSelf>.Log2P1(TSelf) Metoda

Definicja

Oblicza logarytm base-2 wartości plus jeden.

public:
 static override TSelf Log2P1(TSelf x);
public static virtual TSelf Log2P1 (TSelf x);
static member Log2P1 : 'Self -> 'Self
Public Shared Overrides Function Log2P1 (x As TSelf) As TSelf

Parametry

x
TSelf

Wartość, do której jest dodawana przed obliczenie logarytmu base-2.

Zwraca

TSelf

log2(x + 1)

Dotyczy