Java Integer to int2(final int x)

Here you can find the source of int2(final int x)

Description

int

License

Apache License

Declaration

public static byte int2(final int x) 

Method Source Code

//package com.java2s;
//License from project: Apache License 

public class Main {
    public static byte int2(final int x) {
        return (byte) (x >> 16);
    }/*from  www  .  j  a  v a  2  s  .c  om*/
}

Related

  1. int2(StringBuilder buf, int i)
  2. int2ABC(int index)
  3. int2array(int sz, int seed)
  4. int2ba(int integer)