MCPcopy Create free account
hub / github.com/GregTech6/gregtech6 / getDouble

Method getDouble

src/main/java/gregapi/code/IMath.java:81–86  ·  view source on GitHub ↗
(O aObject)

Source from the content-addressed store, hash-verified

79 }
80
81 @Override
82 public double getDouble(O aObject) {
83 double rValue = 0;
84 for (IMath<O> tValue : mValues) rValue += tValue.getDouble(aObject);
85 return rValue;
86 }
87 }
88
89 public static class Mul<O> implements IMath<O> {

Callers

nothing calls this directly

Calls 1

getDoubleMethod · 0.65

Tested by

no test coverage detected