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

Method lte

projects/JavaScript/proto/int64.js:1408–1410  ·  view source on GitHub ↗

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

(other)

Source from the content-addressed store, hash-verified

1406 * @returns {boolean} Less than or equal result
1407 */
1408 lte (other) {
1409 return this.cmp(other) <= 0
1410 }
1411
1412 /**
1413 * Is this value greater than other one?

Callers

nothing calls this directly

Calls 1

cmpMethod · 0.95

Tested by

no test coverage detected