i have this code
double= double / ((double/ double) + (Double/ double) + (double /double))
hehe :), i get runtime error 6: overflow
what's the matter?
Printable View
i have this code
double= double / ((double/ double) + (Double/ double) + (double /double))
hehe :), i get runtime error 6: overflow
what's the matter?
every time you mention "double" do u mean a variable double value? If Double itself is the name of your variable, then nice joke...it'll always be = to 3;)
anyways...Double is the largest data type, so if it overflows...there isnt much you can do.
argh dammit, thanks heaps :) i'll have to do it some other way
yeah they were double values i thought it would be more useful than: CO2 = Thickness / ((Resin1.GetThickness / Resin1.GetCO2) + (Resin2.GetThickness / Resin2.GetCO2) + (Resin3.GetThickness / Resin3.GetCO2))
te he he :)
Thanks again