Skip to content

Instantly share code, notes, and snippets.

@EifelMono
Created June 20, 2019 07:39
Show Gist options
  • Save EifelMono/2b2fffa6c722e8f5048d4b7502c9a43f to your computer and use it in GitHub Desktop.
Save EifelMono/2b2fffa6c722e8f5048d4b7502c9a43f to your computer and use it in GitHub Desktop.
using System;
public class Example
{
public static void Main()
{
var x = Math.Round(11.1, MidpointRounding.AwayFromZero);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment