Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- long Input = 1364410800000;
- Horizontal Label Value 0:-Double 1.3644108E12
- Horizontal Label Value 0:-String 1.3644108E12
- Horizontal Label Value 0:-Long 4788411430904266752
- double output = Long.valueOf(Input).doubleValue()
- Log.d(this.getClass().toString(), "Horizontal Label Value " + i + ":-Double " + output);
- Log.d(this.getClass().toString(), "Horizontal Label Value " + i + ":-String " + Double.toString(output));
- Log.d(this.getClass().toString(), "Horizontal Label Value " + i + ":-Long " + Double.doubleToLongBits(output));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement