Half.Log2P1(Half) 方法

定义

计算值加 1 的 base-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

在计算 base-2 对数之前向其添加的值。

返回

log2(x + 1)

实现

适用于