The math::round function should return a number without decimal points no matter how many decimals added.
Is your Feature Request Related to a Problem? I'm using custom data types to annotate values as, for example, units of measurement. Therefore, I need to be able to annotate the output value of a ...
You can use a calculated collumn (DataColumn.Expression) in DataTable's, combined with the Math.Round function should give you the desired result.