Check if this Decimal256 is negative. @return true if negative, false otherwise
()
| 1269 | * @return true if negative, false otherwise |
| 1270 | */ |
| 1271 | public boolean isNegative() { |
| 1272 | return hh < 0; |
| 1273 | } |
| 1274 | |
| 1275 | /** |
| 1276 | * Returns whether this is null or not. |
no outgoing calls