1 | static FourPointsRange fourPointsRange_autoSwap(double min, double max) { |
2 | ret min < max ? fourPointsRange(min, max) : fourPointsRange(max, min); |
3 | } |
Began life as a copy of #1022915
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1022918 |
Snippet name: | fourPointsRange_autoSwap |
Eternal ID of this version: | #1022918/2 |
Text MD5: | ff0ec617cafaee36022302b1e0fe514e |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-04-14 21:46:53 |
Source code size: | 150 bytes / 3 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 247 / 274 |
Version history: | 1 change(s) |
Referenced in: | [show references] |