IntPtr.RotateRight(IntPtr, Int32) 方法

定义

将值向右旋转给定的量。

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

参数

value
IntPtr

nativeint

rotateAmount向右旋转的值。

rotateAmount
Int32

向右旋转的 value 量。

返回

IntPtr

nativeint

rotateAmount向右旋转value的结果。

实现

适用于