SqlInt16.BitwiseOr(SqlInt16, SqlInt16) Metodo

Definizione

Calcola l'OR bit per bit dei due SqlInt16 operandi.

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

Parametri

x
SqlInt16

Struttura SqlInt16.

y
SqlInt16

Struttura SqlInt16.

Valori restituiti

Struttura SqlInt16 la cui Value proprietà contiene i risultati dell'OR bit per bit.

Si applica a

Vedi anche