Add enableBoundaryChecking() method
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);
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);