IOperations<T>.Right Shift Method
Shifts a value the specified number of bits to the right.
Definition
Namespace: Numerics.NET.Generic
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
T RightShift(
T value,
int count
)