IntPtr.RotateRight(IntPtr, Int32) Yöntem

Tanım

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

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

Parametreler

value
IntPtr

nativeint

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

rotateAmount
Int32

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

Döndürülenler

IntPtr

nativeint

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

Uygulamalar

Şunlara uygulanır