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

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


Int32.IBitwiseOperators<Int32,Int32,Int32>.BitwiseOr Operator

Definition

Computes the bitwise-or of two values.

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

Parameters

left
Int32

The value to or with right.

right
Int32

The value to or with left.

Returns

The bitwise-or of left and right.

Implements

Applies to

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