Half.Log10P1(Half) 方法

定义

计算值加 10 的 base-10 对数。

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

参数

x
Half

返回

Half

log10 (x + 1)

实现

适用于