IBitOperations<T>.RightShift 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#
T RightShift(
	T a,
	int b
)

Parameters

a  T
A value.
b  Int32
An integer.

Return Value

T
a shifted to the right by b bits.

See Also