You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System/MidpointRounding.xml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -187,7 +187,7 @@
187
187
</ReturnValue>
188
188
<MemberValue>3</MemberValue>
189
189
<Docs>
190
-
<summary>To be added.</summary>
190
+
<summary>When a number is halfway between two others, it is rounded toward the result closest to and no greater than the infinitely precise result.</summary>
191
191
</Docs>
192
192
</Member>
193
193
<MemberMemberName="ToPositiveInfinity">
@@ -219,7 +219,7 @@
219
219
</ReturnValue>
220
220
<MemberValue>4</MemberValue>
221
221
<Docs>
222
-
<summary>To be added.</summary>
222
+
<summary>When a number is halfway between two others, it is rounded toward the result closest to and no less than the infinitely precise result.</summary>
223
223
</Docs>
224
224
</Member>
225
225
<MemberMemberName="ToZero">
@@ -251,8 +251,8 @@
251
251
</ReturnValue>
252
252
<MemberValue>2</MemberValue>
253
253
<Docs>
254
-
<summary>To be added.</summary>
254
+
<summary>When a number is halfway between two others, it is rounded toward the result closest to and no greater in magnitude than the infinitely precise result.</summary>
0 commit comments