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 量。

戻り値

によって左rotateAmountに回転したvalue結果。

実装

適用対象