the pointable value grether then 0 then i want to value = value+1
var a=12.10;
var b=12.1;
var c=12.50
var d=12.00
resultA=13;
resultB=13;
resultC=13;
resultd=12;
how to use round function ??
Dear @amol111,
Please refer below articles, it might be help you,
http://www.aspforums.net/Threads/111240/Round-to-next-higher-value-if-decimal-value-exists-in-C-Net/
http://www.aspforums.net/Threads/129868/How-to-round-to-upper-large-number-in-SQL-Server/
https://stackoverflow.com/questions/6857379/how-to-use-the-round-maths-function-in-asp-net
https://forums.asp.net/t/1077159.aspx?C+Round+off+Function
https://www.dotnetperls.com/math-round
https://anderly.com/2009/07/28/to-round-up-or-to-round-down-that-is-the-question/
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.