Java Integer to int2float(Integer integer)

Here you can find the source of int2float(Integer integer)

Description

intfloat

License

Open Source License

Declaration

public static Float int2float(Integer integer) 

Method Source Code

//package com.java2s;

public class Main {
    public static Float int2float(Integer integer) {
        return new Float(integer);
    }/*from  www  .  j av a  2  s  . c om*/
}

Related

  1. int2Char(int i)
  2. int2Date(Integer date, String interval)
  3. int2ddouble(final int i)
  4. int2double(int[] ia)
  5. int2EyptStr(int num)
  6. int2Integer(int[] array)
  7. int2minBeb(final int x)
  8. int2path(int v)
  9. int2rgb(final int color)