Defines the interval of times during which an integral is evaluated.
Member | Value | Description |
---|---|---|
eCrdnIntegrationWindowTypeTotal | 0 | Defines the integral's window as the entire available interval list which effectively makes the value of the integral constant. |
eCrdnIntegrationWindowTypeCumulativeToCurrent | 1 | Defines the integral's window as the window of time from the beginning of the available interval until the current time, i.e. window duration grows over time. |
eCrdnIntegrationWindowTypeCumulativeFromCurrent | 2 | Defines the integral's window as window of time from the current time until the end of the available interval, i.e. window duration decreases over time. |
eCrdnIntegrationWindowTypeSlidingWindow | 3 | Defines the integral's window as the interval of times centered around the current time with the specified front and back durations. |