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

實作

適用於