UInt128.UnsignedRightShift(UInt128, Int32) Operatore

Definizione

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

public:
 static UInt128 op_UnsignedRightShift(UInt128 value, int shiftAmount) = System::Numerics::IShiftOperators<UInt128, int, UInt128>::op_UnsignedRightShift;
public static UInt128 op_UnsignedRightShift (UInt128 value, int shiftAmount);
static member op_UnsignedRightShift : UInt128 * int -> UInt128
Public Shared op_UnsignedRightShift (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 da shiftAmount.

Implementazioni

Commenti

Questa operazione è destinata a eseguire n unsigned (altrimenti nota come logica) spostamento destro su tutti i tipi.

Si applica a