Half.Log10(Half) 方法

定義

計算值的 base-10 對數。

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

參數

x
Half

傳回

Half

底數為 10 的 x 對數。

實作

適用於