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