Int128.RotateRight(Int128, Int32) Metode

Definisi

Memutar nilai tepat dengan jumlah tertentu.

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

Parameter

value
Int128

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