UtilsRotate Left Method
Rotates a 16 bit number to the left.
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 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.