MCPcopy Create free account
hub / github.com/catabriga/graphwar / getX

Method getX

src/Graphwar/Function.java:113–116  ·  view source on GitHub ↗
(int index)

Source from the content-addressed store, hash-verified

111 }
112
113 public double getX(int index)
114 {
115 return valuesX[index];
116 }
117
118 public double getY(int index)
119 {

Callers 5

evaluateFunctionMethod · 0.95
drawFunctionImageMethod · 0.95
processFunctionRangeMethod · 0.45
processRK4RangeMethod · 0.45
processRK42RangeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected