Tag Archives: Snippets

03Jun/14

Convert Double to Int with proper round

Description The above coding used to convert from double to int with right round means for example value 1.5 will become 2, 1.4 will become 1.  This coding normally used in math calculation, identify correct column in excel spreadsheet and many more. Method to used it. paste this coding and call it when you want […]