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

Method toInt32

projects/JavaScript/proto/int64.js:269–271  ·  view source on GitHub ↗

* Converts the Int64 to a 32-bit integer, assuming it is a 32-bit integer * @this {!Int64} * @returns {number} Result 32-bit integer

()

Source from the content-addressed store, hash-verified

267 * @returns {number} Result 32-bit integer
268 */
269 toInt32 () {
270 return this.low
271 }
272
273 /**
274 * Converts the Int64 to a the nearest floating-point representation of this value (double, 53 bit mantissa)

Callers 8

toStringMethod · 0.45
shlMethod · 0.45
shrMethod · 0.45
shruMethod · 0.45
toStringMethod · 0.45
shlMethod · 0.45
shrMethod · 0.45
shruMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected