Double.Exp10(Double) Methode

Definition

Computes 10 werden auf eine bestimmte Leistung angehoben.

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

Parameter

x
Double

Die Macht, zu der erhoben 10 wird.

Gibt zurück

10x

Implementiert

Gilt für: