UInt64.IBitwiseOperators<UInt64,UInt64,UInt64>.BitwiseAnd 運算子

定義

計算兩個值的位和 。

 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_BitwiseAnd;
static ulong IBitwiseOperators<ulong,ulong,ulong>.operator & (ulong left, ulong right);
static member ( &&& ) : uint64 * uint64 -> uint64
 Shared Operator And (left As ULong, right As ULong) As ULong Implements IBitwiseOperators(Of ULong, ULong, ULong).op_BitwiseAnd

參數

left
UInt64

使用 right 的值 and

right
UInt64

使用 left 的值 and

傳回

和 的位和 leftright

實作

適用於