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