drawLineAbsolute(0, xStochKH.getValue(0), 0, xStochKL.getValue(0), PS_SOLID, 1, Color.RGB(0,0,255), count) doesn't seem to work, but debugPrintln( xStochKH.getValue(0)+" "+xStochKL.getValue(0)+" "+count ) ; and return new Array ( xStochKH.getValue(0), xStochKL.getValue(0)); do.
Am I missing something?
Am I missing something?
Comment