| Modifier and Type | Field and Description |
|---|---|
protected IArithmetic<T1,T2,TResult> |
adaptor
The arithmetic adaptor.
|
| Constructor and Description |
|---|
PostIncrement(T start)
Constructs a PostIncrement function object from a specified
initial value convertible to T and an incremental step equal to one.
|
PostIncrement(T start,
T step)
Constructs a PostIncrement function object from a specified
initial value convertible to T and a specified incremental step.
|
protected IArithmetic<T1,T2,TResult> adaptor
public PostIncrement(T start)
start - The initial value to be incremented.Copyright© 2012 Progeneric Systems, Inc. All Rights Reserved.