UInt64.RotateLeft(UInt64, Int32) 方法

定义

按给定量旋转剩余的值。

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

参数

value
UInt64

rotateAmount向左旋转的值。

rotateAmount
Int32

向左旋转的量 value

返回

rotateAmount旋转value的结果。

实现

适用于