SByte.IBitwiseOperators<SByte,SByte,SByte>.BitwiseOr Operator

Definition

Computes the bitwise-or of two values.

static sbyte IBitwiseOperators<sbyte,sbyte,sbyte>.operator | (sbyte left, sbyte right);

Parameters

left
SByte

The value to or with right.

right
SByte

The value to or with left.

Returns

The bitwise-or of left and right.

Implements

Applies to

Product Versions
.NET 7, 8, 9