Single.Exp10M1(Single) 方法

定义

计算 10 升至给定的幂,并减去 1。

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

参数

x
Single

所引发的 10 幂。

返回

10x - 1

实现

适用于