Add Documentation and Clean Code
This commit is contained in:
8
MathKit/MPSumFunction.h
Normal file → Executable file
8
MathKit/MPSumFunction.h
Normal file → Executable file
@@ -29,9 +29,9 @@
|
||||
the start expression and the target expressions are included in
|
||||
the iterations.
|
||||
|
||||
Each iteration the sum value is incremented by <code>1</code>. If
|
||||
the start and target expression evaluate to the same value the
|
||||
sum is evaluated once.
|
||||
Each iteration the iteration value is incremented by
|
||||
<code>1</code>. If the start and target expression evaluate to
|
||||
the same value the sum is evaluated once.
|
||||
*/
|
||||
@interface MPSumFunction : MPFunction
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
|
||||
@discussion The start expression must define a variable that may be used in
|
||||
the sum expression. If the start expression does not define a
|
||||
variable the sum function will fail on validation.
|
||||
variable the sum function will not be evaluatable.
|
||||
*/
|
||||
@property (nonatomic, strong) MPExpression *startExpression; /* Index 0 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user