IntPtr.RotateRight(IntPtr, Int32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した量の値を右に回転します。
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
valueで右rotateAmount回転した結果。