method Serializer.prototype.writeUint64
Jump to headingSerializer.prototype.writeUint64(hi: number,lo: number,): void
Write a raw 64-bit unsigned integer, split into high and low 32-bit parts.
For use inside of a custom serializer._writeHostObject()
.
Parameters Jump to heading
Jump to headinghi: number
Jump to headinglo: number
Return Type Jump to heading
void