sbool isBetween(long x, long min, long max) { ret x >= min && x <= max; } sbool isBetween(double x, double min, double max) { ret x >= min && x <= max; }
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, whxojlpjdney, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1019459 | 
| Snippet name: | isBetween (inclusive) | 
| Eternal ID of this version: | #1019459/2 | 
| Text MD5: | 7772a03865d76934237e7fea40b2adfb | 
| Author: | stefan | 
| Category: | javax | 
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2021-10-17 21:00:37 | 
| Source code size: | 164 bytes / 7 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 614 / 868 | 
| Version history: | 1 change(s) | 
| Referenced in: | [show references] |