Half.Log2P1(Half) 方法

定義

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

public:
 static Half Log2P1(Half x) = System::Numerics::ILogarithmicFunctions<Half>::Log2P1;
public static Half Log2P1 (Half x);
static member Log2P1 : Half -> Half
Public Shared Function Log2P1 (x As Half) As Half

參數

x
Half

傳回

Half

log2 (x + 1)

實作

適用於