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

定义

按给定量旋转剩余的值。

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

参数

value
TSelf

rotateAmount向左旋转的值。

rotateAmount
Int32

向左旋转的量 value

返回

TSelf

rotateAmount旋转value的结果。

适用于