Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • 1
    The correct type for double data type in .NET Framework is float, you probably may get an excepction in execution time as I'm having at this moment. Commented Jul 15, 2016 at 21:41
  • @Leonardo - a C# struct 'System.Double' is the same as the intrinsic type 'double', not float as your comment suggests. Commented Mar 29, 2018 at 19:32