IBinaryInteger<TSelf>.RotateRight(TSelf, Int32) 方法

定义

将值向右旋转给定的量。

public:
 static override TSelf RotateRight(TSelf value, int rotateAmount);
public static virtual TSelf RotateRight (TSelf value, int rotateAmount);
static member RotateRight : 'Self * int -> 'Self
Public Shared Overrides Function RotateRight (value As TSelf, rotateAmount As Integer) As TSelf

参数

value
TSelf

rotateAmount向右旋转的值。

rotateAmount
Int32

向右旋转的 value 量。

返回

TSelf

rotateAmount向右旋转value的结果。

适用于