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

에 대한 and 값입니다 right.

right
TOther

에 대한 and 값입니다 left.

반품

TResult

비트 및 의 leftright.

적용 대상