SupportClassURShift Method (Int32, Int64)MediaSuite 3.1.1889.0
Performs an unsigned bitwise right shift with the specified number

Namespace: StreamCoders.Container.Compression.Libs.zlib
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax

public static int URShift(
	int number,
	long bits
)

Parameters

number
Type: SystemInt32
Number to operate on
bits
Type: SystemInt64
Ammount of bits to shift

Return Value

Type: Int32
The resulting number from the shift operation
See Also

Reference