SqlDecimal.Addition(SqlDecimal, SqlDecimal) Operatore

Definizione

Calcola la somma dei due SqlDecimal operatori.

public:
 static System::Data::SqlTypes::SqlDecimal operator +(System::Data::SqlTypes::SqlDecimal x, System::Data::SqlTypes::SqlDecimal y);
public static System.Data.SqlTypes.SqlDecimal operator +(System.Data.SqlTypes.SqlDecimal x, System.Data.SqlTypes.SqlDecimal y);
static member ( + ) : System.Data.SqlTypes.SqlDecimal * System.Data.SqlTypes.SqlDecimal -> System.Data.SqlTypes.SqlDecimal
Public Shared Operator + (x As SqlDecimal, y As SqlDecimal) As SqlDecimal

Parametri

x
SqlDecimal

Struttura SqlDecimal.

y
SqlDecimal

Struttura SqlDecimal.

Valori restituiti

SqlDecimal Nuova struttura la cui Value proprietà contiene la somma.

Commenti

Il metodo equivalente per questo operatore è SqlDecimal.Add(SqlDecimal, SqlDecimal).

Si applica a

Vedi anche