stepExpr property

MathExpr stepExpr
final

Step-wise for-loops increase by stepExpr and the body executes until control reaches or exceeds endExpr.

Implementation

final MathExpr endExpr, stepExpr;