com.onlineobject.objectnet Namespace

DataUtils..::..ShiftLeft Method

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

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

Syntax


public static void ShiftLeft(

	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 left.