IntPtr.RotateLeft(IntPtr, Int32) メソッド

定義

指定した量の値を左に回転します。

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

パラメーター

value
IntPtr

nativeint

rotateAmountで左に回転する値。

rotateAmount
Int32

valueが左に回転する量。

返品

IntPtr

nativeint

valueで左rotateAmount回転した結果。

実装

適用対象