IShiftOperators<TSelf,TOther,TResult> Rozhraní

Definice

Definuje mechanismus pro posun hodnoty o jinou hodnotu.

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

Parametry typu

TSelf

Typ, který implementuje toto rozhraní.

TOther

Typ použitý k určení částky, o kterou TSelf má být posunut.

TResult

Typ, který obsahuje výsledek posunu TSelf o TResult.

Odvozené

Operátory

LeftShift(TSelf, TOther)

Posune hodnotu doleva o danou částku.

RightShift(TSelf, TOther)

Posune hodnotu doprava o danou částku.

UnsignedRightShift(TSelf, TOther)

Posune hodnotu doprava o danou částku.

Platí pro