Click here to Skip to main content
15,911,789 members

Comments by Harshal Patil (Top 14 by date)

Harshal Patil 8-Jul-16 10:25am View    
In between zeroes.
Harshal Patil 7-Jul-16 16:55pm View    
its taking average but cant differentiate that its from which data block. I want to save first average as object1 second as object2, third as object3 and so on.
Harshal Patil 20-Jun-16 12:51pm View    
The above code is saving all generated data in List.
Example
Mag-4512,4125,2365,4857,1256....
ObjectAngle-125,132,142,121,112....

if i want to do 4857-4512?
how should i go through?
Harshal Patil 20-Jun-16 12:46pm View    
Thanks.Its working
Harshal Patil 20-Jun-16 12:30pm View    
As my Timer is running I am generating Two float Data "mag" and "ObjectAngle".
i want to save this data together.
example mag=5, ObjectAngle=10.
if i ask for objectAngle=10 then i should get mag=5.
How do i do that?