Operations<T>.Left Shift Method
Shifts a value the specified number of bits to the left.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static T LeftShift(
T left,
int right
)