SqlDecimal.Power(SqlDecimal, Double) Metodo

Definizione

Genera il valore della struttura specificata alla potenza esponenziale specificata SqlDecimal .

public:
 static System::Data::SqlTypes::SqlDecimal Power(System::Data::SqlTypes::SqlDecimal n, double exp);
public static System.Data.SqlTypes.SqlDecimal Power(System.Data.SqlTypes.SqlDecimal n, double exp);
static member Power : System.Data.SqlTypes.SqlDecimal * double -> System.Data.SqlTypes.SqlDecimal
Public Shared Function Power (n As SqlDecimal, exp As Double) As SqlDecimal

Parametri

n
SqlDecimal

Struttura SqlDecimal da elevare a una potenza.

exp
Double

Valore double che indica la potenza a cui deve essere generato il numero.

Valori restituiti

Struttura SqlDecimal che contiene i risultati.

Si applica a

Vedi anche