Skip to content

Commit b9e32f6

Browse files
carlossanlopRon Petrusha
authored andcommitted
Document System.MidpointRounding enum (#2853)
* Document System.MidpointRounding enum * suggestion by tannergooding
1 parent fde80fc commit b9e32f6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

xml/System/MidpointRounding.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
</ReturnValue>
188188
<MemberValue>3</MemberValue>
189189
<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>
191191
</Docs>
192192
</Member>
193193
<Member MemberName="ToPositiveInfinity">
@@ -219,7 +219,7 @@
219219
</ReturnValue>
220220
<MemberValue>4</MemberValue>
221221
<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>
223223
</Docs>
224224
</Member>
225225
<Member MemberName="ToZero">
@@ -251,8 +251,8 @@
251251
</ReturnValue>
252252
<MemberValue>2</MemberValue>
253253
<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>
255255
</Docs>
256256
</Member>
257257
</Members>
258-
</Type>
258+
</Type>

0 commit comments

Comments
 (0)