Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Reverse the bits of a 16 bit value.

Namespace:  SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression
Assembly:  SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)

Syntax

C#
public static short BitReverse(
	int toReverse
)
Visual Basic (Declaration)
Public Shared Function BitReverse ( _
	toReverse As Integer _
) As Short
Visual C++
public:
static short BitReverse(
	int toReverse
)

Parameters

toReverse
Type: System..::.Int32
Value to reverse bits

Return Value

Value with bits reversed

Remarks

[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression.DeflaterHuffman.BitReverse(System.Int32)"]

See Also