Operations<T>.RightShift Method

Shifts a value the specified number of bits to the right.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static T RightShift(
	T left,
	int right
)

Parameters

left  T
 
right  Int32
 

Return Value

T

See Also