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

定義

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

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

パラメーター

value
UInt128

rotateAmountで左に回転する値。

rotateAmount
Int32

valueが左に回転する量。

返品

valueで左rotateAmount回転した結果。

実装

適用対象