S
Sean Capstick
Is there a way to stop overflow checking at runtime in VB.NET? I have one
math calculation that must behave like another system, it could generate a
number > 2 billion (<4) which then needs to go into a signed 32 bit integer.
I don't want to disable it for the entire program though, just at one spot.
Thanks,
Sean
math calculation that must behave like another system, it could generate a
number > 2 billion (<4) which then needs to go into a signed 32 bit integer.
I don't want to disable it for the entire program though, just at one spot.
Thanks,
Sean