Single.Exp10(Single) Yöntem

Tanım

İşlemler 10 belirli bir güce yükseltir.

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

Parametreler

x
Single

10 yükseltilen güç.

Döndürülenler

10x

Uygulamalar

Şunlara uygulanır