UIntPtr.RotateRight(UIntPtr, Int32) Yöntem

Tanım

Değeri belirli bir miktara göre sağa döndürür.

public:
 static UIntPtr RotateRight(UIntPtr value, int rotateAmount) = System::Numerics::IBinaryInteger<UIntPtr>::RotateRight;
public static UIntPtr RotateRight(UIntPtr value, int rotateAmount);
static member RotateRight : unativeint * int -> unativeint
Public Shared Function RotateRight (value As UIntPtr, rotateAmount As Integer) As UIntPtr

Parametreler

value
UIntPtr

unativeint

tarafından rotateAmountdoğru döndürülen değer.

rotateAmount
Int32

Doğru döndürülen value miktar.

Döndürülenler

UIntPtr

unativeint

tarafından sağa valuedöndürmenin rotateAmount sonucu.

Uygulamalar

Şunlara uygulanır