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

向右 rotateAmount 旋轉 value 的結果。

實作

適用於