Example #1
0
 public static double Round(ValueReader value, ValueReader digits)
 {
     return (int)System.Math.Round(value.GetDoubleValue(), digits.GetIntValue());
 }