共用方式為


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 運行時間,而確切的結果或有效輸入範圍在不同的操作系統或架構之間可能會有所不同。

適用於