How to round up in c# Use Math.Ceiling() double result = Math.Ceiling(1.02); Use Math.Ceiling: Math.Ceiling(value)