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

Method getDouble

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

Source from the content-addressed store, hash-verified

56 public Neg(IMath<O> aValue) {mValue = aValue;}
57 @Override public long getLong(O aObject) {return -mValue.getLong(aObject);}
58 @Override public double getDouble(O aObject) {return -mValue.getDouble(aObject);}
59 }
60
61 public static class Ter<O> implements IMath<O> {

Callers

nothing calls this directly

Calls 1

getDoubleMethod · 0.65

Tested by

no test coverage detected