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

实现

适用于