Int64.IBitwiseOperators<Int64,Int64,Int64>.BitwiseOr Operator

Definition

Computes the bitwise-or of two values.

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

Parameters

left
Int64

The value to or with right.

right
Int64

The value to or with left.

Returns

The bitwise-or of left and right.

Implements

Applies to

Product Versions
.NET 7, 8, 9, 10