UInt128.RotateRight(UInt128, Int32) Metode

Definisi

Memutar nilai tepat dengan jumlah tertentu.

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

Parameter

value
UInt128

Nilai yang diputar tepat oleh rotateAmount.

rotateAmount
Int32

Jumlah yang value diputar ke kanan.

Mengembalikan

Hasil dari memutar value ke kanan dengan rotateAmount.

Penerapan

Berlaku untuk