Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

Performs an unsigned bitwise right shift with the specified number.

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

Syntax

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

Parameters

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

Return Value

The resulting number from the shift operation.

See Also