UInt16.RotateLeft(UInt16, Int32) メソッド

定義

指定した量の値を左に回転します。

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

パラメーター

value
UInt16

rotateAmountで左に回転する値。

rotateAmount
Int32

valueが左に回転する量。

返品

valueで左rotateAmount回転した結果。

実装

適用対象