Double.Log2P1(Double) 方法

定义

计算值加 1 的 base-2 对数。

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

参数

x
Double

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

返回

log2(x + 1)

实现

适用于