IntPtr.RotateRight(IntPtr, Int32) Yöntem

Tanım

Değeri belirli bir miktar 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 rotateAmountsağa 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 rotateAmountdöndürmenin value sonucu.

Uygulamalar

Şunlara uygulanır