endExpr property

MathExpr endExpr
final

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

Implementation

final MathExpr endExpr, stepExpr;