SqlDecimal.Addition(SqlDecimal, SqlDecimal) Operatore

Definizione

Calcola la somma di due operandi SqlDecimal.

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.

Restituisce

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

Commenti

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

Si applica a

Vedi anche