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

定義

指定した量だけ値を右方向に回転します。

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

パラメーター

value
UInt16

によって右 rotateAmountに回転される値。

rotateAmount
Int32

右に回転する value 量。

戻り値

右を で回転したvaluerotateAmount結果。

実装

適用対象