Searched refs:floatToDoubleToInt (Results 1 – 1 of 1) sorted by relevance
1362 public static int floatToDoubleToInt(float value) { in floatToDoubleToInt() method in Main1763 assertIntEquals(11, floatToDoubleToInt(11.3f)); in main()