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

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


UInt64.IBitwiseOperators<UInt64,UInt64,UInt64>.BitwiseOr Operator

Definition

Computes the bitwise-or of two values.

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

Parameters

left
UInt64

The value to or with right.

right
UInt64

The value to or with left.

Returns

The bitwise-or of left and right.

Implements

Applies to

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