SByte.IShiftOperators<SByte,Int32,SByte>.RightShift Operator

Definisi

Menggeser nilai ke kanan dengan jumlah tertentu.

 static System::SByte System.Numerics.IShiftOperators<System.SByte,System.Int32,System.SByte>.operator >>(System::SByte value, int shiftAmount) = System::Numerics::IShiftOperators<System::SByte, int, System::SByte>::op_RightShift;
static sbyte IShiftOperators<sbyte,int,sbyte>.operator >> (sbyte value, int shiftAmount);
static member ( >>> ) : sbyte * int -> sbyte
 Shared Operator >> (value As SByte, shiftAmount As Integer) As SByte Implements IShiftOperators(Of SByte, Integer, SByte).op_RightShift

Parameter

value
SByte

Nilai yang digeser ke kanan oleh shiftAmount.

shiftAmount
Int32

Jumlah yang value digeser ke kanan.

Mengembalikan

Hasil pergeseran value ke kanan oleh shiftAmount.

Penerapan

Berlaku untuk