Share via


NFloat.Log10(NFloat) 方法

定义

计算值以 10 为底的对数。

public:
 static System::Runtime::InteropServices::NFloat Log10(System::Runtime::InteropServices::NFloat x) = System::Numerics::ILogarithmicFunctions<System::Runtime::InteropServices::NFloat>::Log10;
public static System.Runtime.InteropServices.NFloat Log10 (System.Runtime.InteropServices.NFloat x);
static member Log10 : System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function Log10 (x As NFloat) As NFloat

参数

x
NFloat

要计算其以 10 为底的对数的值。

返回

x 的以 10 为底的对数。

实现

适用于