Int32.IBitwiseOperators<Int32,Int32,Int32>.BitwiseAnd Operator

Definition

Computes the bitwise-and of two values.

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

Parameters

left
Int32

The value to and with right.

right
Int32

The value to and with left.

Returns

The bitwise-and of left and right.

Implements

Applies to

Proizvod Verzije
.NET 7, 8, 9, 10