Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Performs an unsigned bitwise right shift with the specified number.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public static int URShift(
	int number,
	int bits
)

Parameters

number
Type: System..::.Int32
Number to operate on.
bits
Type: System..::.Int32
Ammount of bits to shift.

Return Value

The resulting number from the shift operation.

See Also