IOperations<T>.LeftShift Method

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

Definition

Namespace: Numerics.NET.Generic
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
T LeftShift(
	T value,
	int count
)

Parameters

value  T
 
count  Int32
 

Return Value

T

See Also