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