UIntPtr.RotateLeft(UIntPtr, Int32) 方法

定義

旋轉指定數量所留下的值。

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

參數

value
UIntPtr

unativeint

由 左 rotateAmount 旋轉的值。

rotateAmount
Int32

向左旋轉的數量 value

傳回

UIntPtr

unativeint

由 左 rotateAmount 旋轉 value 的結果。

實作

適用於