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

Method lte

projects/JavaScript/proto/int64.js:494–496  ·  view source on GitHub ↗

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

(other)

Source from the content-addressed store, hash-verified

492 * @returns {boolean} Less than or equal result
493 */
494 lte (other) {
495 return this.cmp(other) <= 0
496 }
497
498 /**
499 * Is this value greater than other one?

Callers

nothing calls this directly

Calls 1

cmpMethod · 0.95

Tested by

no test coverage detected