Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Performs an unsigned bitwise right shift with the specified number.

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

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