Method IsNegative
IsNegative(Decimal128)
Returns a value indicating whether the specified number is negative.
public static bool IsNegative(Decimal128 d)
Parameters
dDecimal128A 128-bit decimal.
Returns
- bool
true if
dis negative; otherwise, false.