public final class UnsignedFloat extends Object
float.| Modifier and Type | Method and Description |
|---|---|
static float |
fromUnsignedInt(int x) |
static float |
fromUnsignedLong(long x) |
static int |
toUnsignedInt(float f) |
static long |
toUnsignedLong(float f) |
public static float fromUnsignedInt(int x)
x - An unsigned integer valuefloatpublic static int toUnsignedInt(float f)
f - A floating point valueintpublic static float fromUnsignedLong(long x)
x - An unsigned integer valuefloatpublic static long toUnsignedLong(float f)
f - A floating point valuelongCopyright © 2016 <code@io7m.com> http://io7m.com