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

Method getDouble

src/main/java/gregapi/code/IMath.java:41–41  ·  view source on GitHub ↗

@param aObject the Object to check the Maths on. @return the result of the Maths done by this Object as double. This also means that the calculation CAN be more precise than the Long variant.

(O aObject)

Source from the content-addressed store, hash-verified

39 * @return the result of the Maths done by this Object as double. This also means that the calculation CAN be more precise than the Long variant.
40 */
41 public double getDouble(O aObject);
42
43 // Utility Classes for adding relations between Numbers.
44

Callers 7

readFromNBT2Method · 0.65
getDoubleMethod · 0.65
getDoubleMethod · 0.65
getDoubleMethod · 0.65
getDoubleMethod · 0.65
getMethod · 0.65
readEntityFromNBTMethod · 0.65

Implementers 5

Valsrc/main/java/gregapi/code/IMath.java
Negsrc/main/java/gregapi/code/IMath.java
Tersrc/main/java/gregapi/code/IMath.java
Sumsrc/main/java/gregapi/code/IMath.java
Mulsrc/main/java/gregapi/code/IMath.java

Calls

no outgoing calls

Tested by

no test coverage detected