Classes
| Class | Description | |
|---|---|---|
| ConstFunctionalSeries |
Implements Series that actually calculates "on demand" a specified operation between each values of original Series and some double value
| |
| ConstSeries | ||
| FunctionalSeries |
Implements Series that actually calculates "on demand" a specified operation between each values of specified two Series
| |
| WrappedSeries |
Wraps original Series to provide modified access to it in derived classes
|
Delegates
| Delegate | Description | |
|---|---|---|
| FunctionalSeriesOperationDelegate |
Describes the interface of operation
|