Bagikan melalui


SqlDecimal.Subtract(SqlDecimal, SqlDecimal) Metode

Definisi

Menghitung hasil pengurangan operand kedua SqlDecimal dari yang pertama.

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

Parameter

x
SqlDecimal

Sebuah SqlDecimal struktur.

y
SqlDecimal

Sebuah SqlDecimal struktur.

Mengembalikan

Struktur baru SqlDecimal yang properti Nilainya berisi hasil pengurangan.

Berlaku untuk

Lihat juga