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

实现

适用于