IExponentialFunctions<TSelf>.Exp10(TSelf) Method

Definition

Computes 10 raised to a given power.

public:
 static TSelf Exp10(TSelf x);
public static abstract TSelf Exp10 (TSelf x);
static member Exp10 : 'Self -> 'Self
Public Shared Function Exp10 (x As TSelf) As TSelf

Parameters

x
TSelf

The power to which 10 is raised.

Returns

TSelf

10x

Applies to