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

valueで右rotateAmount回転した結果。

実装

適用対象