Double.Exp10M1(Double) Yöntem

Tanım

İşlemler 10 belirli bir güce yükseltir ve birini çıkarır.

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

Parametreler

x
Double

10 yükseltilen güç.

Döndürülenler

10x - 1

Uygulamalar

Şunlara uygulanır