Double.Exp10(Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
10
x
Implements
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.