UInt64.IBitwiseOperators<UInt64,UInt64,UInt64>.BitwiseOr 연산자

정의

두 값의 비트 또는 를 계산합니다.

 static System::UInt64 System.Numerics.IBitwiseOperators<System.UInt64,System.UInt64,System.UInt64>.operator |(System::UInt64 left, System::UInt64 right) = System::Numerics::IBitwiseOperators<System::UInt64, System::UInt64, System::UInt64>::op_BitwiseOr;
static ulong IBitwiseOperators<ulong,ulong,ulong>.operator | (ulong left, ulong right);
static member ( ||| ) : uint64 * uint64 -> uint64
 Shared Operator Or (left As ULong, right As ULong) As ULong Implements IBitwiseOperators(Of ULong, ULong, ULong).op_BitwiseOr

매개 변수

left
UInt64

가 인 or 값입니다 right.

right
UInt64

가 인 or 값입니다 left.

반환

및 의 left 비트 또는 입니다 right.

구현

적용 대상