Skip to content

Commit 1ea2555

Browse files
pkulikovBillWagner
authored andcommitted
Math.DivRem: remainder is calculated according to the remainder operator (dotnet#491)
1 parent f71cc49 commit 1ea2555

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

xml/System/Math.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1598,10 +1598,8 @@
15981598
<format type="text/markdown"><![CDATA[
15991599
16001600
## Remarks
1601-
The remainder is calculated by using the modulus operation.
1602-
1601+
The remainder value equals the result of the [remainder operator](~/docs/csharp/language-reference/operators/remainder-operator.md).
16031602
1604-
16051603
## Examples
16061604
The following example demonstrates the <xref:System.Math.DivRem%28System.Int32%2CSystem.Int32%2CSystem.Int32%40%29> method.
16071605
@@ -1662,7 +1660,7 @@
16621660
<format type="text/markdown"><![CDATA[
16631661
16641662
## Remarks
1665-
The remainder is calculated by using the modulus operation.
1663+
The remainder value equals the result of the [remainder operator](~/docs/csharp/language-reference/operators/remainder-operator.md).
16661664
16671665
16681666
@@ -5582,4 +5580,4 @@ Overloads with a <xref:System.MidpointRounding> parameter are supported in: 4.5,
55825580
</Docs>
55835581
</Member>
55845582
</Members>
5585-
</Type>
5583+
</Type>

0 commit comments

Comments
 (0)