SqlSingle.Multiply(SqlSingle, SqlSingle) Operatore

Definizione

Calcola il prodotto di due strutture SqlSingle specificate.

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

Parametri

x
SqlSingle

Struttura SqlSingle.

y
SqlSingle

Struttura SqlSingle.

Restituisce

Struttura SqlSingle contenente il prodotto della moltiplicazione.

Commenti

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

Si applica a

Vedi anche