共用方式為


Single.Exp10M1(Single) 方法

定義

計算 10 升至指定的乘冪,並減去一個。

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

實作

適用於