UInt32.RotateRight(UInt32, 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 miktarda sağa döndürür.
public:
static System::UInt32 RotateRight(System::UInt32 value, int rotateAmount) = System::Numerics::IBinaryInteger<System::UInt32>::RotateRight;
public static uint RotateRight(uint value, int rotateAmount);
static member RotateRight : uint32 * int -> uint32
Public Shared Function RotateRight (value As UInteger, rotateAmount As Integer) As UInteger
Parametreler
- value
- UInt32
tarafından rotateAmountsağa döndürülen değer.
- rotateAmount
- Int32
Doğru döndürülen value tutar.
Döndürülenler
tarafından rotateAmountsağa dönmenin value sonucu.