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