Round the passed value to the nearest grain size, return as Double.
The value to be rounded.
S = Standard Rounding, T = Truncate, U = Round Up
The grain size for rounding.
RoundDbl(Null) => Null RoundDbl(0.001) => 0.00 RoundDbl(0.009) => 0.01