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

Method toUnsigned

projects/JavaScript/proto/int64.js:344–346  ·  view source on GitHub ↗

* Converts the Int64 to UInt64 * @this {!Int64} * @returns {!UInt64} Result UInt64 number

()

Source from the content-addressed store, hash-verified

342 * @returns {!UInt64} Result UInt64 number
343 */
344 toUnsigned () {
345 return UInt64.fromBits(this.low, this.high)
346 }
347
348 /**
349 * Get the high 32 bits as a signed integer

Callers 2

divMethod · 0.45
test_int64.jsFile · 0.45

Calls 1

fromBitsMethod · 0.45

Tested by

no test coverage detected