UIntPtr.RotateRight(UIntPtr, Int32) Yöntem

Tanım

Değeri belirli bir miktarda 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 rotateAmountsağa döndürülen değer.

rotateAmount
Int32

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

Döndürülenler

UIntPtr

unativeint

tarafından rotateAmountsağa dönmenin value sonucu.

Uygulamalar

Şunlara uygulanır