UIntPtr.IShiftOperators<UIntPtr,Int32,UIntPtr>.LeftShift Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Shifts a value left by a given amount.
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
The value that is shifted left by shiftAmount
.
- shiftAmount
- Int32
The amount by which value
is shifted left.
Returns
UIntPtr
unativeint
The result of shifting value
left by shiftAmount
.
Implements
Applies to
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.