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 ??
Use Math.Round() function to find round value.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.