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