Help for this page

Select Code to Download


  1. or download this
    public class HighBits {
    
    ...
            System.out.printf("%d\n", HIGH_BITS & 0xFFFFFFFFL);
        }
    }