MCPcopy Create free account
hub / github.com/chronoxor/FastBinaryEncoding / lt

Method lt

projects/JavaScript/proto/int64.js:1398–1400  ·  view source on GitHub ↗

* Is this value less than other one? * @this {!UInt64} * @param {!Int64|!UInt64|number|string} other Other value * @returns {boolean} Less than result

(other)

Source from the content-addressed store, hash-verified

1396 * @returns {boolean} Less than result
1397 */
1398 lt (other) {
1399 return this.cmp(other) < 0
1400 }
1401
1402 /**
1403 * Is this value less than or equal other one?

Callers 1

mulMethod · 0.95

Calls 1

cmpMethod · 0.95

Tested by

no test coverage detected