UInt64.RotateRight(UInt64, Int32) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Değeri belirli bir miktara göre sağa döndürür.
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
Parametreler
- value
- UInt64
tarafından rotateAmountdoğru döndürülen değer.
- rotateAmount
- Int32
Doğru döndürülen value miktar.
Döndürülenler
tarafından sağa valuedöndürmenin rotateAmount sonucu.