ILogarithmicFunctions<TSelf>.Log2P1(TSelf) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
計算值加一的基底 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)