MCPcopy Index your code
hub / github.com/VolmitSoftware/Adapt / f

Method f

src/main/java/com/volmit/adapt/util/MathHelper.java:93–96  ·  view source on GitHub ↗
(float var0)

Source from the content-addressed store, hash-verified

91 }
92
93 public static int f(float var0) {
94 int var1 = (int) var0;
95 return var0 > (float) var1 ? var1 + 1 : var1;
96 }
97
98 public static int f(double var0) {
99 int var2 = (int) var0;

Callers

nothing calls this directly

Calls 3

eMethod · 0.95
dMethod · 0.95
clampMethod · 0.95

Tested by

no test coverage detected