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 的結果。

實作

適用於