Прочетете на английски Редактиране

Споделяне чрез


UInt16.IBitwiseOperators<UInt16,UInt16,UInt16>.BitwiseAnd Operator

Definition

Computes the bitwise-and of two values.

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

Parameters

left
UInt16

The value to and with right.

right
UInt16

The value to and with left.

Returns

The bitwise-and of left and right.

Implements

Applies to

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