Step

Inheritance: java.lang.Object

public class Step

Represents a step of a step function.

Learn more

Constructors

Constructor Description
Step(int lowerLimit, int level) Initializes a new instance of the Step class.

Methods

Method Description
getLowerLimit() Gets the lower limit.
getLevel() Gets the level.

Step(int lowerLimit, int 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.

getLowerLimit()

public final int getLowerLimit()

Gets the lower limit.

Returns: int - The lower limit.

getLevel()

public final int getLevel()

Gets the level.

Returns: int - The level.