Single.Exp10(Single) 方法

定義

10計算會引發至指定乘冪。

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

參數

x
Single

所引發的 10 乘冪。

傳回

10x

實作

適用於