Support Board
Date/Time: Fri, 07 Nov 2025 20:51:17 +0000
Post From: Normalize Double function with selected precision
| [2018-06-07 01:11:10] |
| User517260 - Posts: 97 |
|
Hi! I'm looking for function like "Normalize Double function with selected precision", because result of expression (sc.TickSize >= 0.01 && sc.TickSize < 0.1) in ASCIL study gives false for sc.TickSize = 0.01. If I use (sc.TickSize >= 0.00999 && sc.TickSize < 0.1) - it gives true. I need to decide this problem as soon as possible, because my commercial project now is delayed. I have same problems with math calculations everywere in program. Help me please - I need function or method like "Normalize Double function with selected precision". Waiting for your reply, Alex.
|
