SqlInt32.Multiply(SqlInt32, SqlInt32) Operatore

Definizione

Calcola il prodotto dei due parametri SqlInt32.

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

Parametri

x
SqlInt32

Struttura SqlInt32.

y
SqlInt32

Struttura SqlInt32.

Restituisce

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

Commenti

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

Si applica a

Vedi anche