Method IsNaN
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Bson.dll
IsNaN(Decimal128)
Returns a value indicating whether the specified number is not a number.
public static bool IsNaN(Decimal128 d)
Parameters
A 128-bit decimal.
Returns
true if d
is not a number; otherwise, false.