SqlDecimal.Multiply(SqlDecimal, SqlDecimal) Metoda

Definicja

Operator mnożenia oblicza iloczyn dwóch SqlDecimal parametrów.

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

Parametry

x
SqlDecimal

Struktura SqlDecimal .

y
SqlDecimal

Struktura SqlDecimal .

Zwraca

Nowa SqlDecimal struktura, której Value właściwość zawiera iloczyn mnożenia.

Dotyczy

Zobacz też