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

定義

計算兩個值的位和 。

 static System::SByte System.Numerics.IBitwiseOperators<System.SByte,System.SByte,System.SByte>.operator &(System::SByte left, System::SByte right) = System::Numerics::IBitwiseOperators<System::SByte, System::SByte, System::SByte>::op_BitwiseAnd;
static sbyte IBitwiseOperators<sbyte,sbyte,sbyte>.operator & (sbyte left, sbyte right);
static member ( &&& ) : sbyte * sbyte -> sbyte
 Shared Operator And (left As SByte, right As SByte) As SByte Implements IBitwiseOperators(Of SByte, SByte, SByte).op_BitwiseAnd

參數

left
SByte

使用 right 的值 and

right
SByte

使用 left 的值 and

傳回

和 的位和 leftright

實作

適用於