mscorlib(4.0.0.0) API with additions
MidpointRounding.cs
2 
3 namespace System
4 {
6  [ComVisible(true)]
7  [__DynamicallyInvokable]
8  public enum MidpointRounding
9  {
11  [__DynamicallyInvokable]
12  ToEven,
14  [__DynamicallyInvokable]
16  }
17 }
Definition: __Canon.cs:3
MidpointRounding
Specifies how mathematical rounding methods should process a number that is midway between two number...
When a number is halfway between two others, it is rounded toward the nearest number that is away fro...
When a number is halfway between two others, it is rounded toward the nearest even number.