Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

7
LINES

< > BotCompany Repo | #1033285 // IAddPlateau

JavaX fragment (include) [tags: use-pretranspiled]

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);
  }
}

Author comment

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: 87 / 155
Referenced in: [show references]