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

Method not

projects/JavaScript/proto/int64.js:795–797  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

793 * @returns {!Int64} Bitwise NOT result value
794 */
795 not () {
796 return Int64.fromBits(~this.low, ~this.high)
797 }
798
799 /**
800 * Bitwise AND this value and other one

Callers 1

negMethod · 0.95

Calls 1

fromBitsMethod · 0.45

Tested by

no test coverage detected