Skip to content

Add enableBoundaryChecking() method

Compare
Choose a tag to compare
@camsong camsong released this 14 Feb 05:25
· 53 commits to master since this release

If you want to get rid of XXX is beyond boundary when transfer to integer, the results may not be accurate, use this at the beginning of your app to turn off boundary checking.

NP.enableBoundaryChecking(false);