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

定義

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

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

パラメーター

value
UIntPtr

unativeint

によって左 rotateAmountに回転される値。

rotateAmount
Int32

左に回転する value 量。

戻り値

UIntPtr

unativeint

によって左rotateAmountに回転したvalue結果。

実装

適用対象