IBitwiseOperators<TSelf,TOther,TResult> Interface

Definição

Define um mecanismo para executar operações bit a bit em dois valores.

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)

Parâmetros de tipo

TSelf

O tipo que implementa essa interface.

TOther

O tipo usado na operação com TSelf.

TResult

O tipo que contém o resultado de TSelf op TOther.

Derivado

Operadores

BitwiseAnd(TSelf, TOther)

Calcula o bit a bit e dois valores.

BitwiseOr(TSelf, TOther)

Calcula o bit a bit ou dois valores.

ExclusiveOr(TSelf, TOther)

Calcula o exclusivo ou de dois valores.

OnesComplement(TSelf)

Calcula a representação ones-complement de um determinado valor.

Aplica-se a