SqlDecimal.Add(SqlDecimal, SqlDecimal) Metodo

Definizione

Calcola la somma di due operandi SqlDecimal.

public:
 static System::Data::SqlTypes::SqlDecimal Add(System::Data::SqlTypes::SqlDecimal x, System::Data::SqlTypes::SqlDecimal y);
public static System.Data.SqlTypes.SqlDecimal Add (System.Data.SqlTypes.SqlDecimal x, System.Data.SqlTypes.SqlDecimal y);
static member Add : System.Data.SqlTypes.SqlDecimal * System.Data.SqlTypes.SqlDecimal -> System.Data.SqlTypes.SqlDecimal
Public Shared Function Add (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.

Si applica a

Vedi anche