UtilsRotate Right Method
Rotates a 16 bit number to the right.
Definition
Namespace: SmallEarthTech.AntPlus
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.0.4+3bc433b476ad11fc6896cfd0bd783d60504dc315
The rotated value.
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.0.4+3bc433b476ad11fc6896cfd0bd783d60504dc315
C#
public static ushort RotateRight(
ushort value,
int rotate
)VB
Public Shared Function RotateRight (
value As UShort,
rotate As Integer
) As UShortC++
public:
static unsigned short RotateRight(
unsigned short value,
int rotate
)F#
static member RotateRight :
value : uint16 *
rotate : int -> uint16 Parameters
Return Value
UInt16The rotated value.