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

및 의 left 비트 및 입니다 right.

적용 대상