ILogarithmicFunctions<TSelf>.Log2P1(TSelf) Metod

Definition

Beräknar base-2-logaritmen för ett värde plus ett.

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

Parametrar

x
TSelf

Värdet som läggs till innan base-2-logaritmen beräknas.

Returer

TSelf

log2(x + 1)

Gäller för