Double.Exp10(Double) Yöntem

Tanım

Belirli bir güce yükseltilmiş hesaplamalar 10 .

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

Parametreler

x
Double

10 Güç yükseltilir.

Döndürülenler

10x

Uygulamalar

Şunlara uygulanır