MCPcopy Index your code
hub / github.com/ccxt/ccxt / lt

Method lt

java/lib/src/main/java/io/github/ccxt/base/Precise.java:135–137  ·  view source on GitHub ↗
(Precise other)

Source from the content-addressed store, hash-verified

133 }
134
135 public boolean lt(Precise other) {
136 return other.gt(this);
137 }
138
139 public boolean le(Precise other) {
140 return other.ge(this);

Callers 2

minMethod · 0.95
stringLtMethod · 0.45

Calls 1

gtMethod · 0.45

Tested by

no test coverage detected