MCPcopy Index your code
hub / github.com/jOOQ/jOOQ / isNegativeInfinity

Method isNegativeInfinity

jOOQ/src/main/java/org/jooq/Decfloat.java:125–128  ·  view source on GitHub ↗

Check whether this value is the Decfloat equivalent of Double#NEGATIVE_INFINITY.

()

Source from the content-addressed store, hash-verified

123 * {@link Double#NEGATIVE_INFINITY}.
124 */
125 public final boolean isNegativeInfinity() {
126 parse();
127 return special == Special.NEGATIVE_INFINITY;
128 }
129
130 // ------------------------------------------------------------------------
131 // The Number API

Callers 2

writeJSONStringMethod · 0.80
sqlInline0Method · 0.80

Calls 1

parseMethod · 0.95

Tested by

no test coverage detected