Int128.UnsignedRightShift(Int128, Int32) Operatore

Definizione

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

public:
 static Int128 op_UnsignedRightShift(Int128 value, int shiftAmount) = System::Numerics::IShiftOperators<Int128, int, Int128>::op_UnsignedRightShift;
public static Int128 op_UnsignedRightShift (Int128 value, int shiftAmount);
static member op_UnsignedRightShift : Int128 * int -> Int128
Public Shared op_UnsignedRightShift (value As Int128, shiftAmount As Integer) As Int128

Parametri

value
Int128

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 n spostamento a destra senza segno (altrimenti noto come logico) su tutti i tipi.

Si applica a