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

Method lt

projects/JavaScript/proto/int64.js:484–486  ·  view source on GitHub ↗

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

(other)

Source from the content-addressed store, hash-verified

482 * @returns {boolean} Less than result
483 */
484 lt (other) {
485 return this.cmp(other) < 0
486 }
487
488 /**
489 * Is this value less than or equal other one?

Callers 2

mulMethod · 0.95
mulMethod · 0.45

Calls 1

cmpMethod · 0.95

Tested by

no test coverage detected