IntPtr.IShiftOperators<IntPtr,Int32,IntPtr>.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 IntPtr System.Numerics.IShiftOperators<nint,System.Int32,nint>.operator <<(IntPtr value, int shiftAmount) = System::Numerics::IShiftOperators<IntPtr, int, IntPtr>::op_LeftShift;
static IntPtr IShiftOperators<IntPtr,int,IntPtr>.operator << (IntPtr value, int shiftAmount);
static member ( <<< ) : nativeint * int -> nativeint
Shared Operator << (value As IntPtr, shiftAmount As Integer) As IntPtr Implements IShiftOperators(Of IntPtr, Integer, IntPtr).op_LeftShift
Parameters
- value
-
IntPtr
nativeint
The value that is shifted left by shiftAmount
.
- shiftAmount
- Int32
The amount by which value
is shifted left.
Returns
IntPtr
nativeint
The result of shifting value
left by shiftAmount
.
Implements
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.