UInt128.RotateLeft(UInt128, Int32) Metoda

Definice

Otočí hodnotu, která zbyla o danou částku.

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

Parametry

value
UInt128

Hodnota, která je otočena doleva o rotateAmount.

rotateAmount
Int32

Množství, o které value se otočí doleva.

Návraty

Výsledek otočení doleva value o rotateAmount.

Implementuje

Platí pro