Is it possible to use Convert.ToInt32(double) and make it choose the smallest value?
I've read the examples in msdn, it converts a double to int using the closest value, which means that if i have a double equal to 2.9 it would set the int to 3.
Is it possible to use convert.toint32 and use 2?