Package org.ros.math
Class Unsigned
java.lang.Object
org.ros.math.Unsigned
Provides conversions from unsigned values to bitwise equal signed values.
- Author:
- damonkohler@google.com (Damon Kohler)
-
Method Summary
Modifier and TypeMethodDescriptionstatic shortbyteToShort(byte value) static longintToLong(int value) static intshortToInt(short value)
-
Method Details
-
intToLong
public static long intToLong(int value) -
shortToInt
public static int shortToInt(short value) -
byteToShort
public static short byteToShort(byte value)
-