com.onlineobject.objectnet Namespace

DataUtils..::..ShiftRight Method

Shifts the bits in an array of bytes to the right starting from a specified index.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public static void ShiftRight(

	ref byte[] bytes,

	int start,

	int distance

)

Parameters

bytes
Type: array<Byte>[]()[][]%
The byte array to shift.
start
Type: Int32
The index from which to start shifting.
distance
Type: Int32
The number of positions to shift the bits to the right.