ILogarithmicFunctions<TSelf>.Log2P1(TSelf) Methode

Definitie

Berekent de logaritme met grondtal 2 van een waarde plus één.

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

Parameters

x
TSelf

De waarde waaraan een wordt toegevoegd voordat u de logaritme base-2 rekent.

Retouren

TSelf

log2(x + 1)

Van toepassing op