Libraryless. Click here for Pure Java version (32L/1K).
interface IAddPlateau { public void addPlateau(double start, double end, double intensity); public default void subtractPlateau(double start, double end, double intensity) { addPlateau(start, end, -intensity); } }
Began life as a copy of #1033279
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1033285 |
| Snippet name: | IAddPlateau |
| Eternal ID of this version: | #1033285/1 |
| Text MD5: | 4b48d3cfbe57f6019ce0127750aed845 |
| Transpilation MD5: | 75fcc19cf8bfa5a06afca36cada37bd7 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-10-18 09:28:40 |
| Source code size: | 232 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 373 / 496 |
| Referenced in: | [show references] |