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的結果。

適用於