Читати англійською Редагувати

Поділитися через


UInt32.IBitwiseOperators<UInt32,UInt32,UInt32>.BitwiseAnd Operator

Definition

Computes the bitwise-and of two values.

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

Parameters

left
UInt32

The value to and with right.

right
UInt32

The value to and with left.

Returns

The bitwise-and of left and right.

Implements

Applies to

Продукт Версії
.NET 7, 8, 9, 10