IShiftOperators<TSelf,TOther,TResult> Antarmuka

Definisi

Menentukan mekanisme untuk menggeser nilai dengan nilai lain.

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)

Jenis parameter

TSelf

Jenis yang mengimplementasikan antarmuka ini.

TOther

Jenis yang digunakan untuk menentukan jumlah yang TSelf harus digeser.

TResult

Jenis yang berisi hasil pergeseran TSelf oleh TResult.

Turunan

Operator

LeftShift(TSelf, TOther)

Menggeser nilai yang ditinggalkan oleh jumlah tertentu.

RightShift(TSelf, TOther)

Menggeser nilai ke kanan dengan jumlah tertentu.

UnsignedRightShift(TSelf, TOther)

Menggeser nilai ke kanan dengan jumlah tertentu.

Berlaku untuk