UInt64.RotateLeft(UInt64, Int32) Methode

Definitie

Hiermee draait u een waarde naar links met een bepaald bedrag.

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

Parameters

value
UInt64

De waarde die naar links rotateAmountwordt gedraaid.

rotateAmount
Int32

Het bedrag waarmee value links wordt gedraaid.

Retouren

Het resultaat van links draaien value door rotateAmount.

Implementeringen

Van toepassing op