INumericTSelfLeftShift Method

Shifts the current value left by the specified number of bits.

Discards the high-order bits that are outside the range of the result type and sets the low-order empty bit positions to zero.

Definition

Namespace: Jodosoft.Numerics
Assembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
TSelf LeftShift(
	int count
)

Parameters

count  Int32
The number of bits.

Return Value

TSelf
The current value shifted to the left by the number of bits specified by count.

See Also