mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-23 00:58:48 +00:00
Fix xmldoc for decimal.Sqrt
This commit is contained in:
parent
db2def1eab
commit
3ef6cf2cde
@ -1,4 +1,4 @@
|
|||||||
using System.Diagnostics.Contracts;
|
using System.Diagnostics.Contracts;
|
||||||
using System.Numerics;
|
using System.Numerics;
|
||||||
using System.Runtime.CompilerServices;
|
using System.Runtime.CompilerServices;
|
||||||
|
|
||||||
@ -133,7 +133,7 @@ public static class DecimalExtensions
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Returns the square root of this double-precision floating-point number.
|
/// Returns the square root of this decimal number.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="value">The number whose square root is to be found.</param>
|
/// <param name="value">The number whose square root is to be found.</param>
|
||||||
/// <returns>
|
/// <returns>
|
||||||
|
Loading…
Reference in New Issue
Block a user