SByte.IShiftOperators<SByte,Int32,SByte>.LeftShift(SByte, Int32) 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.

C#
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, 10