Double.Exp10(Double) Method

Definition

Computes 10 raised to a given power.

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

Parameters

x
Double

The power to which 10 is raised.

Returns

10x

Implements

Applies to