SqlDecimal.Addition(SqlDecimal, SqlDecimal) Operátor

Definice

Vypočítá součet těchto dvou SqlDecimal operátorů.

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

Parametry

x
SqlDecimal

Struktura SqlDecimal .

y
SqlDecimal

Struktura SqlDecimal .

Návraty

Nová SqlDecimal struktura, jejíž Value vlastnost obsahuje součet.

Poznámky

Ekvivalentní metoda pro tento operátor je SqlDecimal.Add(SqlDecimal, SqlDecimal).

Platí pro

Viz také