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

Method not

projects/JavaScript/proto/int64.js:1687–1689  ·  view source on GitHub ↗

* Bitwise NOT this value * @this {!UInt64} * @returns {!UInt64} Bitwise NOT result value

()

Source from the content-addressed store, hash-verified

1685 * @returns {!UInt64} Bitwise NOT result value
1686 */
1687 not () {
1688 return UInt64.fromBits(~this.low, ~this.high)
1689 }
1690
1691 /**
1692 * Bitwise AND this value and other one

Callers 1

negMethod · 0.95

Calls 1

fromBitsMethod · 0.45

Tested by

no test coverage detected