SqlInt16.Multiply(SqlInt16, SqlInt16) Operatore

Definizione

Calcola il prodotto dei due parametri SqlInt16.

public:
 static System::Data::SqlTypes::SqlInt16 operator *(System::Data::SqlTypes::SqlInt16 x, System::Data::SqlTypes::SqlInt16 y);
public static System.Data.SqlTypes.SqlInt16 operator * (System.Data.SqlTypes.SqlInt16 x, System.Data.SqlTypes.SqlInt16 y);
static member ( * ) : System.Data.SqlTypes.SqlInt16 * System.Data.SqlTypes.SqlInt16 -> System.Data.SqlTypes.SqlInt16
Public Shared Operator * (x As SqlInt16, y As SqlInt16) As SqlInt16

Parametri

x
SqlInt16

Struttura SqlInt16.

y
SqlInt16

Struttura SqlInt16.

Restituisce

Struttura SqlInt16 la cui proprietà Value contiene il prodotto dei due parametri.

Commenti

Il metodo equivalente per questo operatore è SqlInt16.Multiply(SqlInt16, SqlInt16).

Si applica a

Vedi anche