Single.Log10(Single) メソッド

定義

値の底 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

底 10 の対数を計算する値。

返品

xの底 10 対数。

実装

適用対象