Rounding

Using this Will result in MyIntValue = 2, because Convert::ToInt rounds to the nearest value. To force rounding down use:

Read More