method Serializer.prototype.writeUint64
Jump to headingSerializer.prototype.writeUint64(hi: number,lo: number,): voidWrite 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: numberJump to headinglo: numberReturn Type Jump to heading
void