MathF.Log10(Single) 方法

定义

返回指定数字的基数 10 对数。

public:
 static float Log10(float x);
public static float Log10 (float x);
static member Log10 : single -> single
Public Shared Function Log10 (x As Single) As Single

参数

x
Single

要获取的 10 个基数的数字。

返回

x 的基 10 日志

注解

参数 x 指定为 10 基数。

此方法调用基础 C 运行时,确切的结果或有效输入范围在不同操作系统或体系结构之间可能有所不同。

适用于