Single.Log10P1(Single) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
计算值加 1 的以 1 为底的对数。
public:
static float Log10P1(float x) = System::Numerics::ILogarithmicFunctions<float>::Log10P1;
public static float Log10P1 (float x);
static member Log10P1 : single -> single
Public Shared Function Log10P1 (x As Single) As Single
参数
- x
- Single
计算以 10 为底的对数之前向其添加的值。
返回
log10(
x
+ 1)