SqlDecimal.Multiply(SqlDecimal, SqlDecimal) Operátor

Definice

Operátor násobení vypočítá součin těchto dvou SqlDecimal parametrů.

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čin násobení.

Poznámky

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

Platí pro

Viz také