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

定義

ビットごとの と の 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

と の left ビットごとの と right

適用対象