IBit Operations<T>.Right Shift Method
Shifts the bits of a value to the right by the specified number of bits.
Definition
Namespace: Numerics.NET.Generic
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
a shifted to the right by b bits.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
T RightShift(
T a,
int b
)
Parameters
Return Value
Ta shifted to the right by b bits.