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