SByte.IShiftOperators<SByte,Int32,SByte>.LeftShift(SByte, Int32) Operator

Definition

Shifts a value left by a given amount.

static sbyte IShiftOperators<sbyte,int,sbyte>.operator << (sbyte value, int shiftAmount);

Parameters

value
SByte

The value that is shifted left by shiftAmount.

shiftAmount
Int32

The amount by which value is shifted left.

Returns

The result of shifting value left by shiftAmount.

Implements

Applies to

Product Versions
.NET 7, 8, 9