Jan-10-2022, 04:59 PM
Maybe you could show your working C# code. The problem you have above is that you are constantly setting d and f to different values. There is a time when d is 14 and when f is 14. But not at the same time. Since you don't store the values, you can't tell later that they were both present.