In a C# Application
Convert.ToInt32(22.5) = 22
Convert.ToInt32(23.5) = 24
Odd and Even Numbers Converting Differently! Why?
In a C# Application
Convert.ToInt32(22.5) = 22
Convert.ToInt32(23.5) = 24
Odd and Even Numbers Converting Differently! Why?