IShiftOperators<TSelf,TOther,TResult> Interfejs

Definicja

Definiuje mechanizm przesuwania wartości przez inną wartość.

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, który implementuje ten interfejs.

TOther

Typ używany do określania kwoty, o którą TSelf ma zostać przesunięta.

TResult

Typ, który zawiera wynik przesunięcia TSelf przez TResult.

Pochodne

Operatory

LeftShift(TSelf, TOther)

Przesuwa wartość w lewo o daną kwotę.

RightShift(TSelf, TOther)

Przesuwa wartość w prawo o daną kwotę.

UnsignedRightShift(TSelf, TOther)

Przesuwa wartość w prawo o daną kwotę.

Dotyczy