I have two mglData objects mglData times(sampleN)
and signals(sampleN)
which are then set to previously existing arrays times.Set(times)
and signals.Set(signals)
from which I am trying to retrieve the value at the maximum index.
What is the function to do this with?
I have tried times.Get(sampleN-1)
I have searched through the MathGL documentation and cannot find anything.