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

Method getDouble

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

Source from the content-addressed store, hash-verified

99 }
100
101 @Override
102 public double getDouble(O aObject) {
103 double rValue = 0;
104 for (IMath<O> tValue : mValues) rValue *= tValue.getDouble(aObject);
105 return rValue;
106 }
107 }
108}

Callers

nothing calls this directly

Calls 1

getDoubleMethod · 0.65

Tested by

no test coverage detected