Tuesday, 19 September 2017

Round Off 5.5 to 6

//=========5.5=6

<%=System.Math.Round((Convert.ToDecimal(dv[0]["term_wtg_score"])), 0, MidpointRounding.AwayFromZero)%>
//=========5.5=5
   <%=Math.Round(Convert.ToDouble(dv[0]["term_wtg_score"]))%>

No comments:

Post a Comment

IIS deployment support details

  Node JS - IIS deployment support details node: http://go.microsoft.com/?linkid=9784334 IISNode: https://github.com/azure/iisnode/releases/...