Created
June 20, 2019 07:39
-
-
Save EifelMono/2b2fffa6c722e8f5048d4b7502c9a43f to your computer and use it in GitHub Desktop.
try.dot.net for https://github.com/dotnet/try/issues/290
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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