ILogarithmicFunctions<TSelf>.Log10P1(TSelf) 方法

定義

計算值加上 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

計算基底 10 對數之前,要在其中加入的值。

傳回

TSelf

log10(x + 1)

適用於