Byte.IBitwiseOperators<Byte,Byte,Byte>.BitwiseOr(Byte, Byte) Operatore
In questo articolo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Calcola i valori bit per bit o di due valori.
static System::Byte System.Numerics.IBitwiseOperators<System.Byte,System.Byte,System.Byte>.operator |(System::Byte left, System::Byte right) = System::Numerics::IBitwiseOperators<System::Byte, System::Byte, System::Byte>::op_BitwiseOr;
static byte IBitwiseOperators<byte,byte,byte>.operator |(byte left, byte right);
static member ( ||| ) : byte * byte -> byte
Shared Operator Or (left As Byte, right As Byte) As Byte Implements IBitwiseOperators(Of Byte, Byte, Byte).op_BitwiseOr
- left
- Byte
Valore da a or
con right
.
- right
- Byte
Valore da a or
con left
.
Bit per bit o di left
e right
.
Si applica a
Prodotto | Versioni |
---|---|
.NET | 7, 8, 9, 10 |
Feedback su .NET
.NET è un progetto di open source. Selezionare un collegamento per fornire feedback: