Int16.IBitwiseOperators<Int16,Int16,Int16>.BitwiseAnd Operatore

Definizione

Calcola i valori bit per bit e di due valori.

C#
static short IBitwiseOperators<short,short,short>.operator &(short left, short right);

Parametri

left
Int16

Valore di and con right.

right
Int16

Valore di and con left.

Restituisce

Bit per bit e di left e right.

Implementazioni

Si applica a

Prodotto Versioni
.NET 7, 8, 9, 10