UIntPtr.IShiftOperators<UIntPtr,Int32,UIntPtr>.LeftShift Operator
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Hiermee verschuift u een waarde naar links met een bepaald bedrag.
static UIntPtr System.Numerics.IShiftOperators<nuint,System.Int32,nuint>.operator <<(UIntPtr value, int shiftAmount) = System::Numerics::IShiftOperators<UIntPtr, int, UIntPtr>::op_LeftShift;
static UIntPtr IShiftOperators<UIntPtr,int,UIntPtr>.operator <<(UIntPtr value, int shiftAmount);
static member ( <<< ) : unativeint * int -> unativeint
Shared Operator << (value As UIntPtr, shiftAmount As Integer) As UIntPtr Implements IShiftOperators(Of UIntPtr, Integer, UIntPtr).op_LeftShift
Parameters
- value
-
UIntPtr
unativeint
De waarde die naar links shiftAmountwordt verschoven.
- shiftAmount
- Int32
Het bedrag waarmee value naar links wordt verplaatst.
Retouren
unativeint
Het resultaat van naar links verschuiven value door shiftAmount.