IBitwiseOperators<TSelf,TOther,TResult> 인터페이스

정의

두 값에 대해 비트 연산을 수행하기 위한 메커니즘을 정의합니다.

generic <typename TSelf, typename TOther, typename TResult>
 where TSelf : IBitwiseOperators<TSelf, TOther, TResult>public interface class IBitwiseOperators
public interface IBitwiseOperators<TSelf,TOther,TResult> where TSelf : IBitwiseOperators<TSelf,TOther,TResult>
type IBitwiseOperators<'Self, 'Other, 'Result (requires 'Self :> IBitwiseOperators<'Self, 'Other, 'Result>)> = interface
Public Interface IBitwiseOperators(Of TSelf, TOther, TResult)

형식 매개 변수

TSelf

이 인터페이스를 구현하는 형식입니다.

TOther

와 함께 TSelf작업에 사용되는 형식입니다.

TResult

op TOtherTSelf 결과를 포함하는 형식입니다.

파생

연산자

BitwiseAnd(TSelf, TOther)

두 값의 비트 및 를 계산합니다.

BitwiseOr(TSelf, TOther)

두 값의 비트 또는 를 계산합니다.

ExclusiveOr(TSelf, TOther)

배타적 또는 두 값을 계산합니다.

OnesComplement(TSelf)

지정된 값의 보수 표현을 계산합니다.

적용 대상