public final class Numbers extends Object
| Constructor and Description |
|---|
Numbers() |
| Modifier and Type | Method and Description |
|---|---|
static long |
doubleToLongBits(double d) |
static long |
doubleToRawLongBits(double d) |
static int |
floatToIntBits(float f) |
static float |
intBitsToFloat(int i) |
static double |
longBitsToDouble(long l) |
public static int floatToIntBits(float f)
public static float intBitsToFloat(int i)
public static long doubleToLongBits(double d)
public static double longBitsToDouble(long l)
public static long doubleToRawLongBits(double d)
Copyright © 2020 Dmitrii Tikhomirov. All rights reserved.