Step
Leave feedback
On this page
Inheritance: java.lang.Object
public class Step
Represents a step of a step function.
Learn more
| Constructor | Description |
|---|---|
| Step(int lowerLimit, int level) | Initializes a new instance of the Step class. |
| Method | Description |
|---|---|
| getLowerLimit() | Gets the lower limit. |
| getLevel() | Gets the level. |
public Step(int lowerLimit, int level)
Initializes a new instance of the Step class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| lowerLimit | int | The lower limit. |
| level | int | The level. |
public final int getLowerLimit()
Gets the lower limit.
Returns: int - The lower limit.
public final int getLevel()
Gets the level.
Returns: int - The level.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.