Sdílet prostřednictvím


SqlDecimal.Subtraction(SqlDecimal, SqlDecimal) Operátor

Definice

Vypočítá výsledky odečtení druhého SqlDecimal operandu od prvního.

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 výsledky odčítání.

Poznámky

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

Platí pro

Viz také