IBitwiseOperators<TSelf,TOther,TResult> Interface
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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)
- 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
Bitwise |
Calcula o bit a bit e de dois valores. |
Bitwise |
Calcula o bit a bit ou dois valores. |
Exclusive |
Calcula o exclusivo ou de dois valores. |
Ones |
Calcula a representação ones-complement de um determinado valor. |
Produto | Versões |
---|---|
.NET | 7, 8, 9, 10 |
Comentários do .NET
O .NET é um projeto código aberto. Selecione um link para fornecer comentários: