IBit
            
            
            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.1.5
    C#
    
 
 
a shifted to the right by b bits.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
T RightShift(
	T a,
	int b
)Parameters
Return Value
Ta shifted to the right by b bits.