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

Method neg

projects/JavaScript/proto/int64.js:1462–1464  ·  view source on GitHub ↗

* Negates this value * @this {!UInt64} * @returns {!UInt64} Negated value

()

Source from the content-addressed store, hash-verified

1460 * @returns {!UInt64} Negated value
1461 */
1462 neg () {
1463 return this.not().add(UINT64_ONE)
1464 }
1465
1466 /**
1467 * Add this value to other one

Callers 3

toStringMethod · 0.95
NumBitsMethod · 0.95
mulMethod · 0.95

Calls 2

notMethod · 0.95
addMethod · 0.45

Tested by

no test coverage detected