Java Integer to intToDouble100000(int i)

Here you can find the source of intToDouble100000(int i)

Description

int To Double

License

Open Source License

Declaration

public static double intToDouble100000(int i) 

Method Source Code

//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*/
}

Related

  1. intToDay(int d)
  2. intToDegree(int storedInt)
  3. intToDigits(int n)
  4. intToDouble(int coordinate)
  5. intToDouble(int[] input)
  6. intToDoubleArray(int[] labels)
  7. intToEightByte(long value, byte[] dest, int off)
  8. intToEightHexString(final int value)
  9. intToEle(int integEle)