IBitwiseOperators<TSelf,TOther,TResult>.BitwiseAnd Operator

定義

2 つの値のビットごとの計算を行います。

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

rightandする値。

right
TOther

leftandする値。

返品

TResult

ビットごとの leftright

適用対象