UInt128.RotateRight(UInt128, Int32) 方法

定义

将值向右旋转给定的量。

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

参数

value
UInt128

rotateAmount向右旋转的值。

rotateAmount
Int32

向右旋转的 value 量。

返回

rotateAmount向右旋转value的结果。

实现

适用于