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

定義

指定した量だけ値を右方向に回転します。

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

パラメーター

value
UIntPtr

unativeint

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

rotateAmount
Int32

右に回転する value 量。

戻り値

UIntPtr

unativeint

右を で回転したvaluerotateAmount結果。

実装

適用対象