MCPcopy Create free account
hub / github.com/BombusMod/BombusMod / ceil

Method ceil

src/main/java/images/SmilesIcons.java:69–73  ·  view source on GitHub ↗
(int rows, int count)

Source from the content-addressed store, hash-verified

67 }
68
69 private static int ceil(int rows, int count){
70 int tempCols = count / rows;
71 if (count > (tempCols * rows)) tempCols++;
72 return tempCols;
73 }
74}

Callers 1

getInstanceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected