ILogarithmicFunctions<TSelf>.Log10P1(TSelf) 方法

定义

计算值加 1 的底 10 对数。

public:
 static override TSelf Log10P1(TSelf x);
public static virtual TSelf Log10P1 (TSelf x);
static member Log10P1 : 'Self -> 'Self
Public Shared Overrides Function Log10P1 (x As TSelf) As TSelf

参数

x
TSelf

计算 base-10 对数之前添加的值。

返回

TSelf

log10(x + 1)

适用于