IBit Operations<T>.Left Shift Method
Shifts the bits of a value to the left by the specified number of bits.
Definition
Namespace: Numerics.NET.Generic
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
a shifted to the left by b bits.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
T LeftShift(
T a,
int b
)
Parameters
Return Value
Ta shifted to the left by b bits.