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