SByte.RotateRight(SByte, Int32) Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Memutar nilai tepat dengan jumlah tertentu.
public:
static System::SByte RotateRight(System::SByte value, int rotateAmount) = System::Numerics::IBinaryInteger<System::SByte>::RotateRight;
public static sbyte RotateRight(sbyte value, int rotateAmount);
static member RotateRight : sbyte * int -> sbyte
Public Shared Function RotateRight (value As SByte, rotateAmount As Integer) As SByte
Parameter
- value
- SByte
Nilai yang diputar tepat oleh rotateAmount.
- rotateAmount
- Int32
Jumlah yang value diputar ke kanan.
Mengembalikan
Hasil dari memutar value ke kanan dengan rotateAmount.