Hi,
I need to know which point of a serie as the DOUBLE value 3652.3698 (exemple).
The problem is the following.
My double number to find in the serie is not exactly the same as the one in the serie (round errors).
ex : 3.9 is saved in my C variable as 3.89871.
Is there a method to find a number with a certain precision without analysing all the series values by code ?
I am writting my program in C.
problem with IValueList.Locate function
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi tdm,
I'm afraid this is not possible. If the number was the same then it would work.My double number to find in the serie is not exactly the same as the one in the serie (round errors).
ex : 3.9 is saved in my C variable as 3.89871.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |