UIntPtr.IShiftOperators<UIntPtr,Int32,UIntPtr>.LeftShift 演算子

定義

指定した量だけ値を左にシフトします。

 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

パラメーター

value
UIntPtr

unativeint

によって左 shiftAmountにシフトされる値。

shiftAmount
Int32

左にシフトされる量 value

戻り値

UIntPtr

unativeint

で左shiftAmountにシフトしたvalue結果。

実装

適用対象