MCPcopy Create free account
hub / github.com/questdb/questdb / isNegative

Method isNegative

core/src/main/java/io/questdb/std/Decimal256.java:1271–1273  ·  view source on GitHub ↗

Check if this Decimal256 is negative. @return true if negative, false otherwise

()

Source from the content-addressed store, hash-verified

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.

Callers 4

testIsNegativeMethod · 0.95
multiplyMethod · 0.95
roundMethod · 0.95
rescale0Method · 0.95

Calls

no outgoing calls

Tested by 1

testIsNegativeMethod · 0.76