Merge pull request #1617 from keneanung/OdbcCommandExceptionOnNoData
[mono.git] / mono / metadata / sysmath.h
index 86cc68a4cf9875b21df8a6e7bca313f2760b0c66..f8f5778ab418c7fdd52f28a9f8f6cc311d3b9815 100644 (file)
@@ -16,7 +16,7 @@
 
 extern gdouble ves_icall_System_Math_Floor (gdouble x);
 extern gdouble ves_icall_System_Math_Round (gdouble x);
-extern gdouble ves_icall_System_Math_Round2 (gdouble value, gint32 digits);
+extern gdouble ves_icall_System_Math_Round2 (gdouble value, gint32 digits, gboolean away_from_zero);
 
 extern gdouble 
 ves_icall_System_Math_Sin (gdouble x);