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

Method gt

projects/JavaScript/proto/int64.js:504–506  ·  view source on GitHub ↗

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

(other)

Source from the content-addressed store, hash-verified

502 * @returns {boolean} Greater than result
503 */
504 gt (other) {
505 return this.cmp(other) > 0
506 }
507
508 /**
509 * Is this value greater than or equal other one?

Callers 2

divMethod · 0.45
divMethod · 0.45

Calls 1

cmpMethod · 0.95

Tested by

no test coverage detected