IBitwiseOperators<TSelf,TOther,TResult> Rozhraní

Definice

Definuje mechanismus pro provádění bitových operací se dvěma hodnotami.

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)

Parametry typu

TSelf

Typ, který implementuje toto rozhraní.

TOther

Typ, který se používá v operaci s TSelf.

TResult

Typ, který obsahuje výsledek TSelf operace .TOther

Odvozené

Operátory

BitwiseAnd(TSelf, TOther)

Vypočítá bitové hodnoty a dvě hodnoty.

BitwiseOr(TSelf, TOther)

Vypočítá bitové nebo dvě hodnoty.

ExclusiveOr(TSelf, TOther)

Vypočítá výhradní nebo dvě hodnoty.

OnesComplement(TSelf)

Vypočítá reprezentaci dané hodnoty s doplňkem.

Platí pro