Int128.RightShift(Int128, Int32) Operatore

Definizione

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

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

Implementazioni

Commenti

Questa operazione è destinata a eseguire un passaggio aritmetico a destra (altrimenti noto come aritmetico) sui tipi firmati.

Si applica a