SqlSingle.Addition(SqlSingle, SqlSingle) Operatore

Definizione

Calcola la somma 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 la somma delle due strutture SqlSingle specificate.

Commenti

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

Si applica a

Vedi anche