UInt128.RightShift(UInt128, Int32) Operatore

Definizione

Sposta un valore a destra in base a una determinata quantità.

public:
 static UInt128 operator >>(UInt128 value, int shiftAmount) = System::Numerics::IShiftOperators<UInt128, int, UInt128>::op_RightShift;
public static UInt128 operator >> (UInt128 value, int shiftAmount);
static member ( >>> ) : UInt128 * int -> UInt128
Public Shared Operator >> (value As UInt128, shiftAmount As Integer) As UInt128

Parametri

value
UInt128

Valore spostato a destra da shiftAmount.

shiftAmount
Int32

Importo in base al quale value viene spostato a destra.

Restituisce

Risultato dello spostamento value a destra di shiftAmount.

Implementazioni

Commenti

Questa operazione è destinata a eseguire uno spostamento a destra con segno (altrimenti noto come aritmetico) sui tipi firmati.

Si applica a