Can this be used to generate unsigned ints? #6
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sheetjs/js-crc32#6
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hey there,
I'm currently using your module like so:
But I'm noticing sometimes the sales_order_id is negative. Is there a way to get the CRC32 module to only output unique positive values?
Thanks so much,
Thomas
For performance reasons we default to using signed integers. However, if you need an unsigned integer, the best way is to convert using the unsigned right shift operator: