Int128.RotateRight(Int128, Int32) Metodo

Definizione

Ruota un valore a destra di una determinata quantità.

public:
 static Int128 RotateRight(Int128 value, int rotateAmount) = System::Numerics::IBinaryInteger<Int128>::RotateRight;
public static Int128 RotateRight (Int128 value, int rotateAmount);
static member RotateRight : Int128 * int -> Int128
Public Shared Function RotateRight (value As Int128, rotateAmount As Integer) As Int128

Parametri

value
Int128

Valore ruotato a destra da rotateAmount.

rotateAmount
Int32

Quantità in base alla quale value viene ruotata a destra.

Restituisce

Risultato della rotazione value a destra di rotateAmount.

Implementazioni

Si applica a