Why Convert.ToInt32 Might be Dangerous
Casting float to int is interesting. Not only it causes the value to get truncated, but it also changes binary representation. When you want to cast... more »
0 commentsSave Tags: .net, how-to
Casting float to int is interesting. Not only it causes the value to get truncated, but it also changes binary representation. When you want to cast... more »
0 commentsSave Tags: .net, how-to