IBitOperations<T>.LeftShift 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.0
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