Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion xml/System.Numerics/IMultiplyOperators`3.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<param name="left">The value which <paramref name="right" /> multiplies.</param>
<param name="right">The value which multiplies <paramref name="left" />.</param>
<summary>Multiplies two values together to compute their product.</summary>
<returns>The product of <paramref name="left" /> divided by <paramref name="right" />.</returns>
<returns>The product of <paramref name="left" /> multiplied by <paramref name="right" />.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.OverflowException">The product of <paramref name="left" /> multiplied by <paramref name="right" /> is not representable by <typeparamref name="TResult" />.</exception>
</Docs>
Expand Down
2 changes: 1 addition & 1 deletion xml/System.Runtime.InteropServices/NFloat.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4290,7 +4290,7 @@ For <xref:System.Numerics.IFloatingPoint%601> this method matches the IEEE 754:2
<param name="left">The value that <paramref name="right" /> multiplies.</param>
<param name="right">The value that multiplies <paramref name="left" />.</param>
<summary>Multiplies two values together to compute their product.</summary>
<returns>The product of <paramref name="left" /> divided-by <paramref name="right" />.</returns>
<returns>The product of <paramref name="left" /> multiplied-by <paramref name="right" />.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down
2 changes: 1 addition & 1 deletion xml/System/Half.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4252,7 +4252,7 @@ For <xref:System.Numerics.IFloatingPoint%601> this method matches the IEEE 754:2
<param name="left">To be added.</param>
<param name="right">To be added.</param>
<summary>Multiplies two values together to compute their product.</summary>
<returns>The product of <paramref name="left" /> divided-by <paramref name="right" />.</returns>
<returns>The product of <paramref name="left" /> multiplied-by <paramref name="right" />.</returns>
<remarks>To be added.</remarks>
<inheritdoc cref="M:System.Numerics.IMultiplyOperators`3.op_Multiply(`0,`1)" />
</Docs>
Expand Down
4 changes: 2 additions & 2 deletions xml/System/Int128.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1491,7 +1491,7 @@ For <xref:System.Numerics.IFloatingPointIeee754%601> this method matches the IEE
<param name="left">To be added.</param>
<param name="right">To be added.</param>
<summary>Multiplies two values together to compute their product.</summary>
<returns>The product of <paramref name="left" /> divided-by <paramref name="right" />.</returns>
<returns>The product of <paramref name="left" /> multiplied-by <paramref name="right" />.</returns>
<remarks>To be added.</remarks>
<inheritdoc cref="M:System.Numerics.IMultiplyOperators`3.op_CheckedMultiply(`0,`1)" />
</Docs>
Expand Down Expand Up @@ -2847,7 +2847,7 @@ For <xref:System.Numerics.IFloatingPointIeee754%601> this method matches the IEE
<param name="left">To be added.</param>
<param name="right">To be added.</param>
<summary>Multiplies two values together to compute their product.</summary>
<returns>The product of <paramref name="left" /> divided-by <paramref name="right" />.</returns>
<returns>The product of <paramref name="left" /> multiplied-by <paramref name="right" />.</returns>
<remarks>To be added.</remarks>
<inheritdoc cref="M:System.Numerics.IMultiplyOperators`3.op_Multiply(`0,`1)" />
</Docs>
Expand Down
4 changes: 2 additions & 2 deletions xml/System/UInt128.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1383,7 +1383,7 @@ For <xref:System.Numerics.IFloatingPoint%601> this method matches the IEEE 754:2
<param name="left">To be added.</param>
<param name="right">To be added.</param>
<summary>Multiplies two values together to compute their product.</summary>
<returns>The product of <paramref name="left" /> divided-by <paramref name="right" />.</returns>
<returns>The product of <paramref name="left" /> multiplied-by <paramref name="right" />.</returns>
<remarks>To be added.</remarks>
<inheritdoc cref="M:System.Numerics.IMultiplyOperators`3.op_CheckedMultiply(`0,`1)" />
</Docs>
Expand Down Expand Up @@ -2739,7 +2739,7 @@ For <xref:System.Numerics.IFloatingPoint%601> this method matches the IEEE 754:2
<param name="left">To be added.</param>
<param name="right">To be added.</param>
<summary>Multiplies two values together to compute their product.</summary>
<returns>The product of <paramref name="left" /> divided-by <paramref name="right" />.</returns>
<returns>The product of <paramref name="left" /> multiplied-by <paramref name="right" />.</returns>
<remarks>To be added.</remarks>
<inheritdoc cref="M:System.Numerics.IMultiplyOperators`3.op_Multiply(`0,`1)" />
</Docs>
Expand Down