IBitOperations<T>.LeftShift Method

Shifts the bits of a value to the left by the specified number of bits.

Definition

Namespace: Extreme.Mathematics.Generic
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
T LeftShift(
	T a,
	int b
)

Parameters

a  T
A value.
b  Int32
An integer.

Return Value

T
a shifted to the left by b bits.

See Also