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

Method isPositiveInfinity

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

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

()

Source from the content-addressed store, hash-verified

114 * {@link Double#POSITIVE_INFINITY}.
115 */
116 public final boolean isPositiveInfinity() {
117 parse();
118 return special == Special.POSITIVE_INFINITY;
119 }
120
121 /**
122 * Check whether this value is the {@link Decfloat} equivalent of

Callers 2

writeJSONStringMethod · 0.80
sqlInline0Method · 0.80

Calls 1

parseMethod · 0.95

Tested by

no test coverage detected