IOperations<T>.RightShift Method

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

DefinitionPermalink

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

ParametersPermalink

value  T
 
count  Int32
 

Return ValuePermalink

T

See AlsoPermalink