IBit Operations<T>.Left Shift 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#
a shifted to the left by b bits.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
T LeftShift(
T a,
int b
)
Parameters
Return Value
Ta shifted to the left by b bits.