Is there a way to assign index to double?The algorithm calculates ratio of some sort,so i cast double to an int,to get the exact value,so it looks like (int)RatioA == 10.Now,how do i assign index to it,if it`s possible?For e.g, i need something like (int)Ratio[0] now.
Thank you!

Comment