UtilsRotateRight Method

Rotates a 16 bit number to the right.

Definition

Namespace: SmallEarthTech.AntPlus
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.0.2+09510e98330cdc3d3df026a419ae1a9c0ccaadca
C#
public static ushort RotateRight(
	ushort value,
	int rotate
)

Parameters

value  UInt16
The value to rotate.
rotate  Int32
The number of bits to rotate.

Return Value

UInt16
The rotated value.

See Also