Hi, I have a variable like this:

float* ranges = someClass->getRanges()

and I would like to know how to get the lenght of "ranges" because "someClass" doesn't has any method to obtain this.

Could you help me, please?

Thank you!