UInt32.IBitwiseOperators<UInt32,UInt32,UInt32>.BitwiseOr Operator

Definition

Computes the bitwise-or of two values.

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

Parameters

left
UInt32

The value to or with right.

right
UInt32

The value to or with left.

Returns

The bitwise-or of left and right.

Implements

Applies to

מוצר גירסאות
.NET 7, 8, 9