Single.Log10(Single) 方法

定义

计算值的 base-10 对数。

public:
 static float Log10(float x) = System::Numerics::ILogarithmicFunctions<float>::Log10;
public static float Log10(float x);
static member Log10 : single -> single
Public Shared Function Log10 (x As Single) As Single

参数

x
Single

要计算其 base-10 对数的值。

返回

的 base-10 对数 x

实现

适用于