UInt64.RotateRight(UInt64, Int32) Metode
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::UInt64 RotateRight(System::UInt64 value, int rotateAmount) = System::Numerics::IBinaryInteger<System::UInt64>::RotateRight;
public static ulong RotateRight(ulong value, int rotateAmount);
static member RotateRight : uint64 * int -> uint64
Public Shared Function RotateRight (value As ULong, rotateAmount As Integer) As ULong
- value
- UInt64
Nilai yang diputar tepat oleh rotateAmount
.
- rotateAmount
- Int32
Jumlah yang value
diputar ke kanan.
Hasil dari memutar value
ke kanan dengan rotateAmount
.
Produk | Versi |
---|---|
.NET | 7, 8, 9, 10 |
Umpan balik .NET
.NET adalah proyek sumber terbuka. Pilih tautan untuk memberikan umpan balik: