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