Int128.RotateLeft(Int128, Int32) 方法

定義

將值向左旋轉指定的數量。

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

參數

value
Int128

由 左 rotateAmount 旋轉的值。

rotateAmount
Int32

向左旋轉的數量 value

傳回

由 左 rotateAmount 旋轉 value 的結果。

實作

適用於