IBitwiseOperators<TSelf,TOther,TResult>.BitwiseAnd 運算子

定義

計算兩個值的位和 。

public:
 static TResult operator &(TSelf left, TOther right);
public static abstract TResult operator & (TSelf left, TOther right);
static member ( &&& ) : 'Self * 'Other -> 'Result
Public Shared Operator And (left As TSelf, right As TOther) As TResult

參數

left
TSelf

使用的值andright

right
TOther

使用的值andleft

傳回

TResult

和的位和 leftright

適用於