We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 413b8e3 commit 899e9eaCopy full SHA for 899e9ea
src/MongoDB.Bson/ObjectModel/Decimal128.cs
@@ -625,10 +625,11 @@ public static ulong GetSignificandLowBits(Decimal128 d)
625
public static bool IsSNaN(Decimal128 d) => Flags.IsSNaN(d._highBits);
626
627
/// <summary>
628
- /// Gets a value indicating whether this instance is zero.
+ /// Returns a value indicating whether the specified number is zero.
629
/// </summary>
630
+ /// <param name="d">A 128-bit decimal.</param>
631
/// <returns>
- /// <c>true</c> if this instance is zero; otherwise, <c>false</c>.
632
+ /// <c>true</c> if the specified number is zero; otherwise, <c>false</c>.
633
/// </returns>
634
public static bool IsZero(Decimal128 d)
635
{
0 commit comments