ILogarithmicFunctions<TSelf>.Log2P1(TSelf) 方法

定義

計算值加一的基底 2 對數。

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

參數

x
TSelf

計算基底 2 對數之前,要在其中加入的值。

傳回

TSelf

log2(x + 1)

適用於