Here you can find the source of intToDouble100000(int i)
public static double intToDouble100000(int i)
//package com.java2s; public class Main { public static double intToDouble100000(int i) { return i / 100000.0; }/* www. j a v a 2 s .c o m*/ }