UIntPtr.IBitwiseOperators<UIntPtr,UIntPtr,UIntPtr>.BitwiseAnd Operator

Definition

Computes the bitwise-and of two values.

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

Parameters

left
UIntPtr

The value to and with right.

right
UIntPtr

The value to and with left.

Returns

UIntPtr

The bitwise-and of left and right.

Implements

Applies to

Product Versions
.NET 7, 8, 9